#57151B

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

Shades of Burnt Crimson #57151B

Tints of Burnt Crimson #57151B

Color information

#57151B (or 0x57151B) is unknown color: approx Burnt Crimson. HEX triplet: 57, 15 and 1B. RGB value is (87,21,27). Sum of RGB (Red+Green+Blue) = 87+21+27=135 (17% of max value = 765). Red value is 87 (34.38% from 255 or 64.44% from 135); Green value is 21 (8.59% from 255 or 15.56% from 135); Blue value is 27 (10.94% from 255 or 20% from 135); Max value from RGB is 87 - color contains mainly: red. Hex color #57151B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #57151B is #A8EAE4. Grayscale: #292929. Windows color (decimal): -11070181 or 1774935. OLE color: 1774935.

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

Color convert

RGB872127-
CMYK00.760.690.66
HSL354.55º61.11%21.18%-
HSV(B)354.55º75.86%34.12%-
XYZ4.42.641.32-
YUV41.42119.87160.51-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 64.44%
GREEN value IS 21 (8.59% from 255) = 15.56%
BLUE value IS 27 (10.94% from 255) = 20%
R=64.44%
G=15.56%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.69
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87212700.760.690.66354.5561.1121.18
Hex57151B04C45421633d15
Octal127253301141051025437525
Binary10101111010111011010011001000101100001010110001111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57151B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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