#551807

Color #551807 Caput Mortuum (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Caput Mortuum #551807

Tints of Caput Mortuum #551807

Color information

#551807 (or 0x551807) is unknown color: approx 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

RGB85247-
CMYK00.720.920.67
HSL13.08º84.78%18.04%-
HSV(B)13.08º91.76%33.33%-
XYZ4.112.60.49-
YUV40.3109.21159.88-

RGB Variations

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

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.12% from 255) = 6.03%
R=73.28%
G=20.69%
B=6.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.92
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8524700.720.920.6713.0884.7818.04
Hex551870485C43d5512
Octal12530701101341031512522
Binary10101011100011101001000101110010000111101101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551807

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>