#571F0E

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

Shades of Caput Mortuum #571F0E

Tints of Caput Mortuum #571F0E

Color information

#571F0E (or 0x571F0E) is unknown color: approx Caput Mortuum. HEX triplet: 57, 1F and 0E. RGB value is (87,31,14). Sum of RGB (Red+Green+Blue) = 87+31+14=132 (17% of max value = 765). Red value is 87 (34.38% from 255 or 65.91% from 132); Green value is 31 (12.5% from 255 or 23.48% from 132); Blue value is 14 (5.86% from 255 or 10.61% from 132); Max value from RGB is 87 - color contains mainly: red. Hex color #571F0E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #571F0E is #A8E0F1. Grayscale: #2D2D2D. Windows color (decimal): -11067634 or 925527. OLE color: 925527.

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

Color convert

RGB873114-
CMYK00.640.840.66
HSL13.97º72.28%19.8%-
HSV(B)13.97º83.91%34.12%-
XYZ4.53.040.76-
YUV45.81110.05157.38-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 65.91%
GREEN value IS 31 (12.5% from 255) = 23.48%
BLUE value IS 14 (5.86% from 255) = 10.61%
R=65.91%
G=23.48%
B=10.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.84
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87311400.640.840.6613.9772.2819.8
Hex571FE0405442e4814
Octal127371601001241021611024
Binary101011111111111001000000101010010000101110100100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #571F0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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