Html Css Color HEX #552011 Caput Mortuum

📋 copy color: '#552011'

red 85 ◦ green 32 ◦ blue 17

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

Shades of Caput Mortuum #552011

Tints of Caput Mortuum #552011

RGB

 RED value IS 85 (33.59% from 255) = 63.43%

 GREEN value IS 32 (12.89% from 255) = 23.88%

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

R = 63.43%
G = 23.88%
B = 12.69%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.80

 K value IS 0.67

RGB Variations

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

Color information

#552011 (or 0x552011) is known color: Caput Mortuum. HEX triplet: 55, 20 and 11. RGB value is (85,32,17). Sum of RGB (Red+Green+Blue) = 85+32+17=134 (17% of max value = 765). Red value is 85 (33.59% from 255 or 63.43% from 134); Green value is 32 (12.89% from 255 or 23.88% from 134); Blue value is 17 (7.03% from 255 or 12.69% from 134); Max value from RGB is 85 - color contains mainly: red. Hex color #552011 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #552011 is #AADFEE. Grayscale: #2E2E2E. Windows color (decimal): -11198447 or 1122389. OLE color: 1122389.

HSL color Cylindrical-coordinate representation of color #552011: hue angle of 13.24º degrees, saturation: 0.67, 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 #552011 is Cyan = 0, Magento = 0.62, Yellow = 0.80 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 32 17 -
CMYK 0 0.62 0.80 0.67
HSL 13.24º 0.67% 0.2% -
HSV(B) 13.24º 0.8% 0.33% -
XYZ 4.36 3 0.88 -
YUV 46.14 111.56 155.72 -
System Red Green Blue C M Y K H S L
Decimal 85 32 17 0 0.62 0.80 0.67 13.24 0.67 0.2
Hex 55 20 11 0 3E 50 43 D 43 14
Octal 125 40 21 0 76 120 103 15 103 24
Binary 1010101 100000 10001 0 111110 1010000 1000011 1101 1000011 10100

Color Harmonies of #552011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552011

Black with #552011

Text Example


Text Example

White with #552011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #552011; }

 p { color: rgb(85,32,17); }

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

background-color css

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

 a { background-color: rgb(85,32,17); }

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

border-color css

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

 span { border-color: rgb(85,32,17); }

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