#57191A

Color #57191A Burnt Crimson (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Burnt Crimson #57191A

Tints of Burnt Crimson #57191A

Color information

#57191A (or 0x57191A) is unknown color: approx Burnt Crimson. HEX triplet: 57, 19 and 1A. RGB value is (87,25,26). Sum of RGB (Red+Green+Blue) = 87+25+26=138 (18% of max value = 765). Red value is 87 (34.38% from 255 or 63.04% from 138); Green value is 25 (10.16% from 255 or 18.12% from 138); Blue value is 26 (10.55% from 255 or 18.84% from 138); Max value from RGB is 87 - color contains mainly: red. Hex color #57191A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #57191A is #A8E6E5. Grayscale: #2B2B2B. Windows color (decimal): -11069158 or 1710423. OLE color: 1710423.

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

Color convert

RGB872526-
CMYK00.710.700.66
HSL359.03º55.36%21.96%-
HSV(B)359.03º71.26%34.12%-
XYZ4.462.81.28-
YUV43.65118.04158.92-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 63.04%
GREEN value IS 25 (10.16% from 255) = 18.12%
BLUE value IS 26 (10.55% from 255) = 18.84%
R=63.04%
G=18.12%
B=18.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.70
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87252600.710.700.66359.0355.3621.96
Hex57191A04746421673716
Octal127313201071061025476726
Binary10101111100111010010001111000110100001010110011111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57191A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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