Html Css Color HEX #552010 Caput Mortuum

📋 copy color: '#552010'

red 85 ◦ green 32 ◦ blue 16

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

Shades of Caput Mortuum #552010

Tints of Caput Mortuum #552010

RGB

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

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

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

R = 63.91%
G = 24.06%
B = 12.03%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.81

 K value IS 0.67

RGB Variations

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

Color information

#552010 (or 0x552010) is known color: Caput Mortuum. HEX triplet: 55, 20 and 10. RGB value is (85,32,16). Sum of RGB (Red+Green+Blue) = 85+32+16=133 (17% of max value = 765). Red value is 85 (33.59% from 255 or 63.91% from 133); Green value is 32 (12.89% from 255 or 24.06% from 133); Blue value is 16 (6.64% from 255 or 12.03% from 133); Max value from RGB is 85 - color contains mainly: red. Hex color #552010 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #552010 is #AADFEF. Grayscale: #2E2E2E. Windows color (decimal): -11198448 or 1056853. OLE color: 1056853.

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

Color convert

RGB 85 32 16 -
CMYK 0 0.62 0.81 0.67
HSL 13.91º 0.68% 0.2% -
HSV(B) 13.91º 0.81% 0.33% -
XYZ 4.36 3 0.84 -
YUV 46.02 111.06 155.8 -
System Red Green Blue C M Y K H S L
Decimal 85 32 16 0 0.62 0.81 0.67 13.91 0.68 0.2
Hex 55 20 10 0 3E 51 43 E 44 14
Octal 125 40 20 0 76 121 103 16 104 24
Binary 1010101 100000 10000 0 111110 1010001 1000011 1110 1000100 10100

Color Harmonies of #552010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552010

Black with #552010

Text Example


Text Example

White with #552010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #552010; }

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

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

background-color css

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

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

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

border-color css

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

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

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