#571801

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

Shades of Caput Mortuum #571801

Tints of Caput Mortuum #571801

Color information

#571801 (or 0x571801) is unknown color: approx Caput Mortuum. HEX triplet: 57, 18 and 01. RGB value is (87,24,1). Sum of RGB (Red+Green+Blue) = 87+24+1=112 (14% of max value = 765). Red value is 87 (34.38% from 255 or 77.68% from 112); Green value is 24 (9.77% from 255 or 21.43% from 112); Blue value is 1 (0.78% from 255 or 0.89% from 112); Max value from RGB is 87 - color contains mainly: red. Hex color #571801 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #571801 is #A8E7FE. Grayscale: #282828. Windows color (decimal): -11069439 or 71767. OLE color: 71767.

HSL color Cylindrical-coordinate representation of color #571801: hue angle of 16.05º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #571801 is Cyan = 0, Magento = 0.72, Yellow = 0.99 and Black (K on CMYK) = 0.66.

Color convert

RGB87241-
CMYK00.720.990.66
HSL16.05º97.73%17.25%-
HSV(B)16.05º98.85%34.12%-
XYZ4.262.680.32-
YUV40.21105.87161.37-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 77.68%
GREEN value IS 24 (9.77% from 255) = 21.43%
BLUE value IS 1 (0.78% from 255) = 0.89%
R=77.68%
G=21.43%
B=0.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.99
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8724100.720.990.6616.0597.7317.25
Hex571810486342106211
Octal12730101101431022014221
Binary1010111110001010010001100011100001010000110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #571801

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #571801; }

 p { color: rgb(87,24,1); }

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

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

 a { background-color: rgb(87,24,1); }

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

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

 span { border-color: rgb(87,24,1); }

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