#551907

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

Shades of Caput Mortuum #551907

Tints of Caput Mortuum #551907

Color information

#551907 (or 0x551907) is unknown color: approx Caput Mortuum. HEX triplet: 55, 19 and 07. RGB value is (85,25,7). Sum of RGB (Red+Green+Blue) = 85+25+7=117 (15% of max value = 765). Red value is 85 (33.59% from 255 or 72.65% from 117); Green value is 25 (10.16% from 255 or 21.37% from 117); Blue value is 7 (3.12% from 255 or 5.98% from 117); Max value from RGB is 85 - color contains mainly: red. Hex color #551907 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #551907 is #AAE6F8. Grayscale: #292929. Windows color (decimal): -11200249 or 465237. OLE color: 465237.

HSL color Cylindrical-coordinate representation of color #551907: hue angle of 13.85º 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 #551907 is Cyan = 0, Magento = 0.71, Yellow = 0.92 and Black (K on CMYK) = 0.67.

Color convert

RGB85257-
CMYK00.710.920.67
HSL13.85º84.78%18.04%-
HSV(B)13.85º91.76%33.33%-
XYZ4.132.640.49-
YUV40.89108.88159.46-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 72.65%
GREEN value IS 25 (10.16% from 255) = 21.37%
BLUE value IS 7 (3.12% from 255) = 5.98%
R=72.65%
G=21.37%
B=5.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.92
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8525700.710.920.6713.8584.7818.04
Hex551970475C43e5512
Octal12531701071341031612522
Binary10101011100111101000111101110010000111110101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551907

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #551907; }

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

 H1.HeaderClassName
 {
   color: #551907;
 }
 .AnyTagClassName
 {
   color: #551907;
 }
</style>
background-color css

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

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

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

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

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

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