Html Css Color HEX #552111 Caput Mortuum

📋 copy color: '#552111'

red 85 ◦ green 33 ◦ blue 17

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

Shades of Caput Mortuum #552111

Tints of Caput Mortuum #552111

RGB

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

 GREEN value IS 33 (13.28% from 255) = 24.44%

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

R = 62.96%
G = 24.44%
B = 12.59%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.80

 K value IS 0.67

RGB Variations

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

Color information

#552111 (or 0x552111) is known color: Caput Mortuum. HEX triplet: 55, 21 and 11. RGB value is (85,33,17). Sum of RGB (Red+Green+Blue) = 85+33+17=135 (17% of max value = 765). Red value is 85 (33.59% from 255 or 62.96% from 135); Green value is 33 (13.28% from 255 or 24.44% from 135); Blue value is 17 (7.03% from 255 or 12.59% from 135); Max value from RGB is 85 - color contains mainly: red. Hex color #552111 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #552111 is #AADEEE. Grayscale: #2E2E2E. Windows color (decimal): -11198191 or 1122645. OLE color: 1122645.

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

Color convert

RGB 85 33 17 -
CMYK 0 0.61 0.80 0.67
HSL 14.12º 0.67% 0.2% -
HSV(B) 14.12º 0.8% 0.33% -
XYZ 4.39 3.06 0.89 -
YUV 46.72 111.23 155.3 -
System Red Green Blue C M Y K H S L
Decimal 85 33 17 0 0.61 0.80 0.67 14.12 0.67 0.2
Hex 55 21 11 0 3D 50 43 E 43 14
Octal 125 41 21 0 75 120 103 16 103 24
Binary 1010101 100001 10001 0 111101 1010000 1000011 1110 1000011 10100

Color Harmonies of #552111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552111

Black with #552111

Text Example


Text Example

White with #552111

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #552111; }

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

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

background-color css

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

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

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

border-color css

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

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

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