#551F0E

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

Shades of Caput Mortuum #551F0E

Tints of Caput Mortuum #551F0E

Color information

#551F0E (or 0x551F0E) is unknown color: approx Caput Mortuum. HEX triplet: 55, 1F and 0E. RGB value is (85,31,14). Sum of RGB (Red+Green+Blue) = 85+31+14=130 (17% of max value = 765). Red value is 85 (33.59% from 255 or 65.38% from 130); Green value is 31 (12.5% from 255 or 23.85% from 130); Blue value is 14 (5.86% from 255 or 10.77% from 130); Max value from RGB is 85 - color contains mainly: red. Hex color #551F0E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #551F0E is #AAE0F1. Grayscale: #2D2D2D. Windows color (decimal): -11198706 or 925525. OLE color: 925525.

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

Color convert

RGB853114-
CMYK00.640.840.67
HSL14.37º71.72%19.41%-
HSV(B)14.37º83.53%33.33%-
XYZ4.322.940.76-
YUV45.21110.39156.38-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 65.38%
GREEN value IS 31 (12.5% from 255) = 23.85%
BLUE value IS 14 (5.86% from 255) = 10.77%
R=65.38%
G=23.85%
B=10.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.84
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85311400.640.840.6714.3771.7219.41
Hex551FE0405443e4813
Octal125371601001241031611023
Binary101010111111111001000000101010010000111110100100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551F0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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