#571F14

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

Shades of Caput Mortuum #571F14

Tints of Caput Mortuum #571F14

Color information

#571F14 (or 0x571F14) is unknown color: approx Caput Mortuum. HEX triplet: 57, 1F and 14. RGB value is (87,31,20). Sum of RGB (Red+Green+Blue) = 87+31+20=138 (18% of max value = 765). Red value is 87 (34.38% from 255 or 63.04% from 138); Green value is 31 (12.5% from 255 or 22.46% from 138); Blue value is 20 (8.20% from 255 or 14.49% from 138); Max value from RGB is 87 - color contains mainly: red. Hex color #571F14 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #571F14 is #A8E0EB. Grayscale: #2E2E2E. Windows color (decimal): -11067628 or 1318743. OLE color: 1318743.

HSL color Cylindrical-coordinate representation of color #571F14: hue angle of 9.85º degrees, saturation: 0.63, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #571F14 is Cyan = 0, Magento = 0.64, Yellow = 0.77 and Black (K on CMYK) = 0.66.

Color convert

RGB873120-
CMYK00.640.770.66
HSL9.85º62.62%20.98%-
HSV(B)9.85º77.01%34.12%-
XYZ4.553.061.01-
YUV46.49113.05156.89-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 63.04%
GREEN value IS 31 (12.5% from 255) = 22.46%
BLUE value IS 20 (8.20% from 255) = 14.49%
R=63.04%
G=22.46%
B=14.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.77
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87312000.640.770.669.8562.6220.98
Hex571F140404D42a3f15
Octal12737240100115102127725
Binary101011111111101000100000010011011000010101011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #571F14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #571F14; }

 p { color: rgb(87,31,20); }

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

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

 a { background-color: rgb(87,31,20); }

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

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

 span { border-color: rgb(87,31,20); }

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