#57171C

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

Shades of Burnt Crimson #57171C

Tints of Burnt Crimson #57171C

Color information

#57171C (or 0x57171C) is unknown color: approx Burnt Crimson. HEX triplet: 57, 17 and 1C. RGB value is (87,23,28). Sum of RGB (Red+Green+Blue) = 87+23+28=138 (18% of max value = 765). Red value is 87 (34.38% from 255 or 63.04% from 138); Green value is 23 (9.38% from 255 or 16.67% from 138); Blue value is 28 (11.33% from 255 or 20.29% from 138); Max value from RGB is 87 - color contains mainly: red. Hex color #57171C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #57171C is #A8E8E3. Grayscale: #2A2A2A. Windows color (decimal): -11069668 or 1840983. OLE color: 1840983.

HSL color Cylindrical-coordinate representation of color #57171C: hue angle of 355.31º degrees, saturation: 0.58, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #57171C is Cyan = 0, Magento = 0.74, Yellow = 0.68 and Black (K on CMYK) = 0.66.

Color convert

RGB872328-
CMYK00.740.680.66
HSL355.31º58.18%21.57%-
HSV(B)355.31º73.56%34.12%-
XYZ4.452.721.39-
YUV42.71119.7159.59-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 63.04%
GREEN value IS 23 (9.38% from 255) = 16.67%
BLUE value IS 28 (11.33% from 255) = 20.29%
R=63.04%
G=16.67%
B=20.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.68
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87232800.740.680.66355.3158.1821.57
Hex57171C04A44421633a16
Octal127273401121041025437226
Binary10101111011111100010010101000100100001010110001111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57171C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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