#57221B

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

Shades of Caput Mortuum #57221B

Tints of Caput Mortuum #57221B

Color information

#57221B (or 0x57221B) is unknown color: approx Caput Mortuum. HEX triplet: 57, 22 and 1B. RGB value is (87,34,27). Sum of RGB (Red+Green+Blue) = 87+34+27=148 (19% of max value = 765). Red value is 87 (34.38% from 255 or 58.78% from 148); Green value is 34 (13.67% from 255 or 22.97% from 148); Blue value is 27 (10.94% from 255 or 18.24% from 148); Max value from RGB is 87 - color contains mainly: red. Hex color #57221B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #57221B is #A8DDE4. Grayscale: #313131. Windows color (decimal): -11066853 or 1778263. OLE color: 1778263.

HSL color Cylindrical-coordinate representation of color #57221B: hue angle of 7º degrees, saturation: 0.53, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #57221B is Cyan = 0, Magento = 0.61, Yellow = 0.69 and Black (K on CMYK) = 0.66.

Color convert

RGB873427-
CMYK00.610.690.66
HSL52.63%22.35%-
HSV(B)68.97%34.12%-
XYZ4.73.251.42-
YUV49.05115.56155.07-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 58.78%
GREEN value IS 34 (13.67% from 255) = 22.97%
BLUE value IS 27 (10.94% from 255) = 18.24%
R=58.78%
G=22.97%
B=18.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.69
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87342700.610.690.66752.6322.35
Hex57221B03D454273516
Octal127423307510510276526
Binary10101111000101101101111011000101100001011111010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57221B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #57221B; }

 p { color: rgb(87,34,27); }

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

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

 a { background-color: rgb(87,34,27); }

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

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

 span { border-color: rgb(87,34,27); }

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