Html Css Color HEX #532829 Volcano

📋 copy color: '#532829'

red 83 ◦ green 40 ◦ blue 41

#532829
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Volcano #532829

Tints of Volcano #532829

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 value IS 0

 M value IS 0.52

 Y value IS 0.51

 K value IS 0.67

RGB Variations

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

Color information

#532829 (or 0x532829) is known color: 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

RGB 83 40 41 -
CMYK 0 0.52 0.51 0.67
HSL 358.6º 0.35% 0.24% -
HSV(B) 358.6º 0.52% 0.33% -
XYZ 4.73 3.52 2.53 -
YUV 52.97 121.25 149.42 -
System Red Green Blue C M Y K H S L
Decimal 83 40 41 0 0.52 0.51 0.67 358.6 0.35 0.24
Hex 53 28 29 0 34 33 43 167 23 18
Octal 123 50 51 0 64 63 103 547 43 30
Binary 1010011 101000 101001 0 110100 110011 1000011 101100111 100011 11000

Color Harmonies of #532829

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532829

Black with #532829

Text Example


Text Example

White with #532829

Text Example


Text Example

HTML Codes & Css Web 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>