#551F10

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

Shades of Caput Mortuum #551F10

Tints of Caput Mortuum #551F10

Color information

#551F10 (or 0x551F10) is unknown color: approx Caput Mortuum. HEX triplet: 55, 1F and 10. RGB value is (85,31,16). Sum of RGB (Red+Green+Blue) = 85+31+16=132 (17% of max value = 765). Red value is 85 (33.59% from 255 or 64.39% from 132); Green value is 31 (12.5% from 255 or 23.48% from 132); Blue value is 16 (6.64% from 255 or 12.12% from 132); Max value from RGB is 85 - color contains mainly: red. Hex color #551F10 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #551F10 is #AAE0EF. Grayscale: #2D2D2D. Windows color (decimal): -11198704 or 1056597. OLE color: 1056597.

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

Color convert

RGB853116-
CMYK00.640.810.67
HSL13.04º68.32%19.8%-
HSV(B)13.04º81.18%33.33%-
XYZ4.332.950.83-
YUV45.44111.39156.22-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 64.39%
GREEN value IS 31 (12.5% from 255) = 23.48%
BLUE value IS 16 (6.64% from 255) = 12.12%
R=64.39%
G=23.48%
B=12.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.81
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85311600.640.810.6713.0468.3219.8
Hex551F100405143d4414
Octal125372001001211031510424
Binary1010101111111000001000000101000110000111101100010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551F10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,31,16); }

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

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

 a { background-color: rgb(85,31,16); }

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

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

 span { border-color: rgb(85,31,16); }

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