Html Css Color HEX #551908 Caput Mortuum

📋 copy color: '#551908'

red 85 ◦ green 25 ◦ blue 8

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

Shades of Caput Mortuum #551908

Tints of Caput Mortuum #551908

RGB

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

 GREEN value IS 25 (10.16% from 255) = 21.19%

 BLUE value IS 8 (3.52% from 255) = 6.78%

R = 72.03%
G = 21.19%
B = 6.78%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.91

 K value IS 0.67

RGB Variations

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

Color information

#551908 (or 0x551908) is known color: Caput Mortuum. HEX triplet: 55, 19 and 08. RGB value is (85,25,8). Sum of RGB (Red+Green+Blue) = 85+25+8=118 (15% of max value = 765). Red value is 85 (33.59% from 255 or 72.03% from 118); Green value is 25 (10.16% from 255 or 21.19% from 118); Blue value is 8 (3.52% from 255 or 6.78% from 118); Max value from RGB is 85 - color contains mainly: red. Hex color #551908 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #551908 is #AAE6F7. Grayscale: #292929. Windows color (decimal): -11200248 or 530773. OLE color: 530773.

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

Color convert

RGB 85 25 8 -
CMYK 0 0.71 0.91 0.67
HSL 13.25º 0.83% 0.18% -
HSV(B) 13.25º 0.91% 0.33% -
XYZ 4.14 2.64 0.52 -
YUV 41 109.38 159.38 -
System Red Green Blue C M Y K H S L
Decimal 85 25 8 0 0.71 0.91 0.67 13.25 0.83 0.18
Hex 55 19 8 0 47 5B 43 D 53 12
Octal 125 31 10 0 107 133 103 15 123 22
Binary 1010101 11001 1000 0 1000111 1011011 1000011 1101 1010011 10010

Color Harmonies of #551908

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551908

Black with #551908

Text Example


Text Example

White with #551908

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #551908; }

 p { color: rgb(85,25,8); }

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

background-color css

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

 a { background-color: rgb(85,25,8); }

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

border-color css

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

 span { border-color: rgb(85,25,8); }

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