#57191B

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

Shades of Burnt Crimson #57191B

Tints of Burnt Crimson #57191B

Color information

#57191B (or 0x57191B) is unknown color: approx Burnt Crimson. HEX triplet: 57, 19 and 1B. RGB value is (87,25,27). Sum of RGB (Red+Green+Blue) = 87+25+27=139 (18% of max value = 765). Red value is 87 (34.38% from 255 or 62.59% from 139); Green value is 25 (10.16% from 255 or 17.99% from 139); Blue value is 27 (10.94% from 255 or 19.42% from 139); Max value from RGB is 87 - color contains mainly: red. Hex color #57191B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #57191B is #A8E6E4. Grayscale: #2B2B2B. Windows color (decimal): -11069157 or 1775959. OLE color: 1775959.

HSL color Cylindrical-coordinate representation of color #57191B: hue angle of 358.06º 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 #57191B is Cyan = 0, Magento = 0.71, Yellow = 0.69 and Black (K on CMYK) = 0.66.

Color convert

RGB872527-
CMYK00.710.690.66
HSL358.06º55.36%21.96%-
HSV(B)358.06º71.26%34.12%-
XYZ4.482.81.34-
YUV43.77118.54158.84-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 62.59%
GREEN value IS 25 (10.16% from 255) = 17.99%
BLUE value IS 27 (10.94% from 255) = 19.42%
R=62.59%
G=17.99%
B=19.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.69
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87252700.710.690.66358.0655.3621.96
Hex57191B04745421663716
Octal127313301071051025466726
Binary10101111100111011010001111000101100001010110011011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57191B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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