Html Css Color HEX #532210 Caput Mortuum

📋 copy color: '#532210'

red 83 ◦ green 34 ◦ blue 16

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

Shades of Caput Mortuum #532210

Tints of Caput Mortuum #532210

RGB

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

 GREEN value IS 34 (13.67% from 255) = 25.56%

 BLUE value IS 16 (6.64% from 255) = 12.03%

R = 62.41%
G = 25.56%
B = 12.03%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.81

 K value IS 0.67

RGB Variations

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

Color information

#532210 (or 0x532210) is known color: Caput Mortuum. HEX triplet: 53, 22 and 10. RGB value is (83,34,16). Sum of RGB (Red+Green+Blue) = 83+34+16=133 (17% of max value = 765). Red value is 83 (32.81% from 255 or 62.41% from 133); Green value is 34 (13.67% from 255 or 25.56% from 133); Blue value is 16 (6.64% from 255 or 12.03% from 133); Max value from RGB is 83 - color contains mainly: red. Hex color #532210 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #532210 is #ACDDEF. Grayscale: #2E2E2E. Windows color (decimal): -11329008 or 1057363. OLE color: 1057363.

HSL color Cylindrical-coordinate representation of color #532210: hue angle of 16.12º degrees, saturation: 0.68, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #532210 is Cyan = 0, Magento = 0.59, Yellow = 0.81 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 34 16 -
CMYK 0 0.59 0.81 0.67
HSL 16.12º 0.68% 0.19% -
HSV(B) 16.12º 0.81% 0.33% -
XYZ 4.23 3.02 0.85 -
YUV 46.6 110.73 153.96 -
System Red Green Blue C M Y K H S L
Decimal 83 34 16 0 0.59 0.81 0.67 16.12 0.68 0.19
Hex 53 22 10 0 3B 51 43 10 44 13
Octal 123 42 20 0 73 121 103 20 104 23
Binary 1010011 100010 10000 0 111011 1010001 1000011 10000 1000100 10011

Color Harmonies of #532210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532210

Black with #532210

Text Example


Text Example

White with #532210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #532210; }

 p { color: rgb(83,34,16); }

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

background-color css

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

 a { background-color: rgb(83,34,16); }

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

border-color css

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

 span { border-color: rgb(83,34,16); }

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