Html Css Color HEX #532211 Caput Mortuum

📋 copy color: '#532211'

red 83 ◦ green 34 ◦ blue 17

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

Shades of Caput Mortuum #532211

Tints of Caput Mortuum #532211

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 12.69%

R = 61.94%
G = 25.37%
B = 12.69%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.80

 K value IS 0.67

RGB Variations

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

Color information

#532211 (or 0x532211) is known color: Caput Mortuum. HEX triplet: 53, 22 and 11. RGB value is (83,34,17). Sum of RGB (Red+Green+Blue) = 83+34+17=134 (17% of max value = 765). Red value is 83 (32.81% from 255 or 61.94% from 134); Green value is 34 (13.67% from 255 or 25.37% from 134); Blue value is 17 (7.03% from 255 or 12.69% from 134); Max value from RGB is 83 - color contains mainly: red. Hex color #532211 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #532211 is #ACDDEE. Grayscale: #2E2E2E. Windows color (decimal): -11329007 or 1122899. OLE color: 1122899.

HSL color Cylindrical-coordinate representation of color #532211: hue angle of 15.45º degrees, saturation: 0.66, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #532211 is Cyan = 0, Magento = 0.59, Yellow = 0.80 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 34 17 -
CMYK 0 0.59 0.80 0.67
HSL 15.45º 0.66% 0.2% -
HSV(B) 15.45º 0.8% 0.33% -
XYZ 4.24 3.02 0.89 -
YUV 46.71 111.23 153.88 -
System Red Green Blue C M Y K H S L
Decimal 83 34 17 0 0.59 0.80 0.67 15.45 0.66 0.2
Hex 53 22 11 0 3B 50 43 F 42 14
Octal 123 42 21 0 73 120 103 17 102 24
Binary 1010011 100010 10001 0 111011 1010000 1000011 1111 1000010 10100

Color Harmonies of #532211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532211

Black with #532211

Text Example


Text Example

White with #532211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #532211; }

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

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

background-color css

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

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

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

border-color css

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

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

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