Html Css Color HEX #532821 Caput Mortuum

📋 copy color: '#532821'

red 83 ◦ green 40 ◦ blue 33

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

Shades of Caput Mortuum #532821

Tints of Caput Mortuum #532821

RGB

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

 GREEN value IS 40 (16.02% from 255) = 25.64%

 BLUE value IS 33 (13.28% from 255) = 21.15%

R = 53.21%
G = 25.64%
B = 21.15%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.60

 K value IS 0.67

RGB Variations

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

Color information

#532821 (or 0x532821) is known color: Caput Mortuum. HEX triplet: 53, 28 and 21. RGB value is (83,40,33). Sum of RGB (Red+Green+Blue) = 83+40+33=156 (20% of max value = 765). Red value is 83 (32.81% from 255 or 53.21% from 156); Green value is 40 (16.02% from 255 or 25.64% from 156); Blue value is 33 (13.28% from 255 or 21.15% from 156); Max value from RGB is 83 - color contains mainly: red. Hex color #532821 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532821 is #ACD7DE. Grayscale: #343434. Windows color (decimal): -11327455 or 2173011. OLE color: 2173011.

HSL color Cylindrical-coordinate representation of color #532821: hue angle of 8.4º degrees, saturation: 0.43, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #532821 is Cyan = 0, Magento = 0.52, Yellow = 0.60 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 40 33 -
CMYK 0 0.52 0.60 0.67
HSL 8.4º 0.43% 0.23% -
HSV(B) 8.4º 0.6% 0.33% -
XYZ 4.6 3.47 1.87 -
YUV 52.06 117.25 150.07 -
System Red Green Blue C M Y K H S L
Decimal 83 40 33 0 0.52 0.60 0.67 8.4 0.43 0.23
Hex 53 28 21 0 34 3C 43 8 2B 17
Octal 123 50 41 0 64 74 103 10 53 27
Binary 1010011 101000 100001 0 110100 111100 1000011 1000 101011 10111

Color Harmonies of #532821

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532821

Black with #532821

Text Example


Text Example

White with #532821

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #532821; }

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

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

background-color css

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

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

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

border-color css

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

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

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