#571A05

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

Shades of Caput Mortuum #571A05

Tints of Caput Mortuum #571A05

Color information

#571A05 (or 0x571A05) is unknown color: approx Caput Mortuum. HEX triplet: 57, 1A and 05. RGB value is (87,26,5). Sum of RGB (Red+Green+Blue) = 87+26+5=118 (15% of max value = 765). Red value is 87 (34.38% from 255 or 73.73% from 118); Green value is 26 (10.55% from 255 or 22.03% from 118); Blue value is 5 (2.34% from 255 or 4.24% from 118); Max value from RGB is 87 - color contains mainly: red. Hex color #571A05 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #571A05 is #A8E5FA. Grayscale: #292929. Windows color (decimal): -11068923 or 334423. OLE color: 334423.

HSL color Cylindrical-coordinate representation of color #571A05: hue angle of 15.37º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #571A05 is Cyan = 0, Magento = 0.70, Yellow = 0.94 and Black (K on CMYK) = 0.66.

Color convert

RGB87265-
CMYK00.700.940.66
HSL15.37º89.13%18.04%-
HSV(B)15.37º94.25%34.12%-
XYZ4.332.780.45-
YUV41.84107.21160.21-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 73.73%
GREEN value IS 26 (10.55% from 255) = 22.03%
BLUE value IS 5 (2.34% from 255) = 4.24%
R=73.73%
G=22.03%
B=4.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.94
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8726500.700.940.6615.3789.1318.04
Hex571A50465E42f5912
Octal12732501061361021713122
Binary10101111101010101000110101111010000101111101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #571A05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,26,5); }

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

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

 a { background-color: rgb(87,26,5); }

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

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

 span { border-color: rgb(87,26,5); }

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