#57251A

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

Shades of Caput Mortuum #57251A

Tints of Caput Mortuum #57251A

Color information

#57251A (or 0x57251A) is unknown color: approx Caput Mortuum. HEX triplet: 57, 25 and 1A. RGB value is (87,37,26). Sum of RGB (Red+Green+Blue) = 87+37+26=150 (19% of max value = 765). Red value is 87 (34.38% from 255 or 58% from 150); Green value is 37 (14.84% from 255 or 24.67% from 150); Blue value is 26 (10.55% from 255 or 17.33% from 150); Max value from RGB is 87 - color contains mainly: red. Hex color #57251A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #57251A is #A8DAE5. Grayscale: #323232. Windows color (decimal): -11066086 or 1713495. OLE color: 1713495.

HSL color Cylindrical-coordinate representation of color #57251A: hue angle of 10.82º degrees, saturation: 0.54, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #57251A is Cyan = 0, Magento = 0.57, Yellow = 0.70 and Black (K on CMYK) = 0.66.

Color convert

RGB873726-
CMYK00.570.700.66
HSL10.82º53.98%22.16%-
HSV(B)10.82º70.11%34.12%-
XYZ4.783.421.39-
YUV50.7114.06153.89-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 58%
GREEN value IS 37 (14.84% from 255) = 24.67%
BLUE value IS 26 (10.55% from 255) = 17.33%
R=58%
G=24.67%
B=17.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.70
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87372600.570.700.6610.8253.9822.16
Hex57251A0394642b3616
Octal1274532071106102136626
Binary101011110010111010011100110001101000010101111011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57251A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #57251A; }

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

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

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

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

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

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

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

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