#57191C

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

Shades of Burnt Crimson #57191C

Tints of Burnt Crimson #57191C

Color information

#57191C (or 0x57191C) is unknown color: approx Burnt Crimson. HEX triplet: 57, 19 and 1C. RGB value is (87,25,28). Sum of RGB (Red+Green+Blue) = 87+25+28=140 (18% of max value = 765). Red value is 87 (34.38% from 255 or 62.14% from 140); Green value is 25 (10.16% from 255 or 17.86% from 140); Blue value is 28 (11.33% from 255 or 20% from 140); Max value from RGB is 87 - color contains mainly: red. Hex color #57191C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #57191C is #A8E6E3. Grayscale: #2B2B2B. Windows color (decimal): -11069156 or 1841495. OLE color: 1841495.

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

Color convert

RGB872528-
CMYK00.710.680.66
HSL357.1º55.36%21.96%-
HSV(B)357.1º71.26%34.12%-
XYZ4.492.811.4-
YUV43.88119.04158.76-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 62.14%
GREEN value IS 25 (10.16% from 255) = 17.86%
BLUE value IS 28 (11.33% from 255) = 20%
R=62.14%
G=17.86%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.68
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87252800.710.680.66357.155.3621.96
Hex57191C04744421653716
Octal127313401071041025456726
Binary10101111100111100010001111000100100001010110010111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57191C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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