#571A07

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

Shades of Caput Mortuum #571A07

Tints of Caput Mortuum #571A07

Color information

#571A07 (or 0x571A07) is unknown color: approx Caput Mortuum. HEX triplet: 57, 1A and 07. RGB value is (87,26,7). Sum of RGB (Red+Green+Blue) = 87+26+7=120 (15% of max value = 765). Red value is 87 (34.38% from 255 or 72.5% from 120); Green value is 26 (10.55% from 255 or 21.67% from 120); Blue value is 7 (3.12% from 255 or 5.83% from 120); Max value from RGB is 87 - color contains mainly: red. Hex color #571A07 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #571A07 is #A8E5F8. Grayscale: #2A2A2A. Windows color (decimal): -11068921 or 465495. OLE color: 465495.

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

Color convert

RGB87267-
CMYK00.700.920.66
HSL14.25º85.11%18.43%-
HSV(B)14.25º91.95%34.12%-
XYZ4.342.780.51-
YUV42.07108.21160.04-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 72.5%
GREEN value IS 26 (10.55% from 255) = 21.67%
BLUE value IS 7 (3.12% from 255) = 5.83%
R=72.5%
G=21.67%
B=5.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.92
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8726700.700.920.6614.2585.1118.43
Hex571A70465C42e5512
Octal12732701061341021612522
Binary10101111101011101000110101110010000101110101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #571A07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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