Html Css Color HEX #552013 Caput Mortuum

📋 copy color: '#552013'

red 85 ◦ green 32 ◦ blue 19

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

Shades of Caput Mortuum #552013

Tints of Caput Mortuum #552013

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 13.97%

R = 62.5%
G = 23.53%
B = 13.97%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.78

 K value IS 0.67

RGB Variations

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

Color information

#552013 (or 0x552013) is known color: Caput Mortuum. HEX triplet: 55, 20 and 13. RGB value is (85,32,19). Sum of RGB (Red+Green+Blue) = 85+32+19=136 (18% of max value = 765). Red value is 85 (33.59% from 255 or 62.5% from 136); Green value is 32 (12.89% from 255 or 23.53% from 136); Blue value is 19 (7.81% from 255 or 13.97% from 136); Max value from RGB is 85 - color contains mainly: red. Hex color #552013 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #552013 is #AADFEC. Grayscale: #2E2E2E. Windows color (decimal): -11198445 or 1253461. OLE color: 1253461.

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

Color convert

RGB 85 32 19 -
CMYK 0 0.62 0.78 0.67
HSL 11.82º 0.63% 0.2% -
HSV(B) 11.82º 0.78% 0.33% -
XYZ 4.38 3.01 0.97 -
YUV 46.37 112.56 155.56 -
System Red Green Blue C M Y K H S L
Decimal 85 32 19 0 0.62 0.78 0.67 11.82 0.63 0.2
Hex 55 20 13 0 3E 4E 43 C 3F 14
Octal 125 40 23 0 76 116 103 14 77 24
Binary 1010101 100000 10011 0 111110 1001110 1000011 1100 111111 10100

Color Harmonies of #552013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552013

Black with #552013

Text Example


Text Example

White with #552013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #552013; }

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

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

background-color css

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

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

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

border-color css

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

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

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