Html Css Color HEX #532B24 Caput Mortuum

📋 copy color: '#532B24'

red 83 ◦ green 43 ◦ blue 36

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

Shades of Caput Mortuum #532B24

Tints of Caput Mortuum #532B24

RGB

 RED value IS 83 (32.81% from 255) = 51.23%

 GREEN value IS 43 (17.19% from 255) = 26.54%

 BLUE value IS 36 (14.45% from 255) = 22.22%

R = 51.23%
G = 26.54%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.57

 K value IS 0.67

RGB Variations

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

Color information

#532B24 (or 0x532B24) is known color: Caput Mortuum. HEX triplet: 53, 2B and 24. RGB value is (83,43,36). Sum of RGB (Red+Green+Blue) = 83+43+36=162 (21% of max value = 765). Red value is 83 (32.81% from 255 or 51.23% from 162); Green value is 43 (17.19% from 255 or 26.54% from 162); Blue value is 36 (14.45% from 255 or 22.22% from 162); Max value from RGB is 83 - color contains mainly: red. Hex color #532B24 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532B24 is #ACD4DB. Grayscale: #363636. Windows color (decimal): -11326684 or 2370387. OLE color: 2370387.

HSL color Cylindrical-coordinate representation of color #532B24: hue angle of 8.94º degrees, saturation: 0.39, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #532B24 is Cyan = 0, Magento = 0.48, Yellow = 0.57 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 43 36 -
CMYK 0 0.48 0.57 0.67
HSL 8.94º 0.39% 0.23% -
HSV(B) 8.94º 0.57% 0.33% -
XYZ 4.75 3.69 2.13 -
YUV 54.16 117.75 148.57 -
System Red Green Blue C M Y K H S L
Decimal 83 43 36 0 0.48 0.57 0.67 8.94 0.39 0.23
Hex 53 2B 24 0 30 39 43 9 27 17
Octal 123 53 44 0 60 71 103 11 47 27
Binary 1010011 101011 100100 0 110000 111001 1000011 1001 100111 10111

Color Harmonies of #532B24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532B24

Black with #532B24

Text Example


Text Example

White with #532B24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #532B24; }

 p { color: rgb(83,43,36); }

 H1.HeaderClassName
 {
   color: #532B24;
 }
 .AnyTagClassName
 {
   color: #532B24;
 }
</style>

background-color css

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

 a { background-color: rgb(83,43,36); }

 div.DivClassName
 {
   background-color: #532B24;
 }
 .BgClassName
 {
   background-color: #532B24;
 }
</style>

border-color css

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

 span { border-color: rgb(83,43,36); }

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