Html Css Color HEX #551C09 Caput Mortuum

📋 copy color: '#551C09'

red 85 ◦ green 28 ◦ blue 9

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

Shades of Caput Mortuum #551C09

Tints of Caput Mortuum #551C09

RGB

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

 GREEN value IS 28 (11.33% from 255) = 22.95%

 BLUE value IS 9 (3.91% from 255) = 7.38%

R = 69.67%
G = 22.95%
B = 7.38%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.89

 K value IS 0.67

RGB Variations

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

Color information

#551C09 (or 0x551C09) is known color: Caput Mortuum. HEX triplet: 55, 1C and 09. RGB value is (85,28,9). Sum of RGB (Red+Green+Blue) = 85+28+9=122 (16% of max value = 765). Red value is 85 (33.59% from 255 or 69.67% from 122); Green value is 28 (11.33% from 255 or 22.95% from 122); Blue value is 9 (3.91% from 255 or 7.38% from 122); Max value from RGB is 85 - color contains mainly: red. Hex color #551C09 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #551C09 is #AAE3F6. Grayscale: #2B2B2B. Windows color (decimal): -11199479 or 597077. OLE color: 597077.

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

Color convert

RGB 85 28 9 -
CMYK 0 0.67 0.89 0.67
HSL 15º 0.81% 0.18% -
HSV(B) 15º 0.89% 0.33% -
XYZ 4.21 2.78 0.57 -
YUV 42.88 108.88 158.04 -
System Red Green Blue C M Y K H S L
Decimal 85 28 9 0 0.67 0.89 0.67 15 0.81 0.18
Hex 55 1C 9 0 43 59 43 F 51 12
Octal 125 34 11 0 103 131 103 17 121 22
Binary 1010101 11100 1001 0 1000011 1011001 1000011 1111 1010001 10010

Color Harmonies of #551C09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551C09

Black with #551C09

Text Example


Text Example

White with #551C09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #551C09; }

 p { color: rgb(85,28,9); }

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

background-color css

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

 a { background-color: rgb(85,28,9); }

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

border-color css

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

 span { border-color: rgb(85,28,9); }

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