#532829

Color #532829 Volcano (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Volcano #532829

Tints of Volcano #532829

Color information

#532829 (or 0x532829) is unknown color: approx Volcano. HEX triplet: 53, 28 and 29. RGB value is (83,40,41). Sum of RGB (Red+Green+Blue) = 83+40+41=164 (21% of max value = 765). Red value is 83 (32.81% from 255 or 50.61% from 164); Green value is 40 (16.02% from 255 or 24.39% from 164); Blue value is 41 (16.41% from 255 or 25% from 164); Max value from RGB is 83 - color contains mainly: red. Hex color #532829 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532829 is #ACD7D6. Grayscale: #353535. Windows color (decimal): -11327447 or 2697299. OLE color: 2697299.

HSL color Cylindrical-coordinate representation of color #532829: hue angle of 358.6º degrees, saturation: 0.35, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #532829 is Cyan = 0, Magento = 0.52, Yellow = 0.51 and Black (K on CMYK) = 0.67.

Color convert

RGB834041-
CMYK00.520.510.67
HSL358.6º34.96%24.12%-
HSV(B)358.6º51.81%32.55%-
XYZ4.733.522.53-
YUV52.97121.25149.42-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 83 (32.81% from 255) = 50.61%
GREEN value IS 40 (16.02% from 255) = 24.39%
BLUE value IS 41 (16.41% from 255) = 25%
R=50.61%
G=24.39%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.51
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83404100.520.510.67358.634.9624.12
Hex53282903433431672318
Octal1235051064631035474330
Binary10100111010001010010110100110011100001110110011110001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #532829

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #532829; }

 p { color: rgb(83,40,41); }

 H1.HeaderClassName
 {
   color: #532829;
 }
 .AnyTagClassName
 {
   color: #532829;
 }
</style>
background-color css

<style>
 a { background-color: #532829; }

 a { background-color: rgb(83,40,41); }

 div.DivClassName
 {
   background-color: #532829;
 }
 .BgClassName
 {
   background-color: #532829;
 }
</style>
border-color css

<style>
 span { border-color: #532829; }

 span { border-color: rgb(83,40,41); }

 td.TdClassName
 {
   border-color: #532829;
 }
 .TagClassName
 {
   border-color: #532829;
 }
</style>