Html Css Color HEX #551807 Caput Mortuum

📋 copy color: '#551807'

red 85 ◦ green 24 ◦ blue 7

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

Shades of Caput Mortuum #551807

Tints of Caput Mortuum #551807

RGB

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

 GREEN value IS 24 (9.77% from 255) = 20.69%

 BLUE value IS 7 (3.13% from 255) = 6.03%

R = 73.28%
G = 20.69%
B = 6.03%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.92

 K value IS 0.67

RGB Variations

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

Color information

#551807 (or 0x551807) is known color: Caput Mortuum. HEX triplet: 55, 18 and 07. RGB value is (85,24,7). Sum of RGB (Red+Green+Blue) = 85+24+7=116 (15% of max value = 765). Red value is 85 (33.59% from 255 or 73.28% from 116); Green value is 24 (9.77% from 255 or 20.69% from 116); Blue value is 7 (3.12% from 255 or 6.03% from 116); Max value from RGB is 85 - color contains mainly: red. Hex color #551807 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #551807 is #AAE7F8. Grayscale: #282828. Windows color (decimal): -11200505 or 464981. OLE color: 464981.

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

Color convert

RGB 85 24 7 -
CMYK 0 0.72 0.92 0.67
HSL 13.08º 0.85% 0.18% -
HSV(B) 13.08º 0.92% 0.33% -
XYZ 4.11 2.6 0.49 -
YUV 40.3 109.21 159.88 -
System Red Green Blue C M Y K H S L
Decimal 85 24 7 0 0.72 0.92 0.67 13.08 0.85 0.18
Hex 55 18 7 0 48 5C 43 D 55 12
Octal 125 30 7 0 110 134 103 15 125 22
Binary 1010101 11000 111 0 1001000 1011100 1000011 1101 1010101 10010

Color Harmonies of #551807

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551807

Black with #551807

Text Example


Text Example

White with #551807

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #551807; }

 p { color: rgb(85,24,7); }

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

background-color css

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

 a { background-color: rgb(85,24,7); }

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

border-color css

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

 span { border-color: rgb(85,24,7); }

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