#551f15

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

Shades of Caput Mortuum #551F15

Tints of Caput Mortuum #551F15

Color information

#551F15 (or 0x551F15) is unknown color: approx Caput Mortuum. HEX triplet: 55, 1F and 15. RGB value is (85,31,21). Sum of RGB (Red+Green+Blue) = 85+31+21=137 (18% of max value = 765). Red value is 85 (33.59% from 255 or 62.04% from 137); Green value is 31 (12.5% from 255 or 22.63% from 137); Blue value is 21 (8.59% from 255 or 15.33% from 137); Max value from RGB is 85 - color contains mainly: red. Hex color #551F15 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #551F15 is #AAE0EA. Grayscale: #2E2E2E. Windows color (decimal): -11198699 or 1384277. OLE color: 1384277.

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

Color convert

RGB853121-
CMYK00.640.750.67
HSL9.38º60.38%20.78%-
HSV(B)9.38º75.29%33.33%-
XYZ4.372.971.05-
YUV46.01113.89155.81-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 62.04%
GREEN value IS 31 (12.5% from 255) = 22.63%
BLUE value IS 21 (8.59% from 255) = 15.33%
R=62.04%
G=22.63%
B=15.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.75
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85312100.640.750.679.3860.3820.78
Hex551F150404B4393c15
Octal12537250100113103117425
Binary101010111111101010100000010010111000011100111110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551f15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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