#57181B

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

Shades of Burnt Crimson #57181B

Tints of Burnt Crimson #57181B

Color information

#57181B (or 0x57181B) is unknown color: approx Burnt Crimson. HEX triplet: 57, 18 and 1B. RGB value is (87,24,27). Sum of RGB (Red+Green+Blue) = 87+24+27=138 (18% of max value = 765). Red value is 87 (34.38% from 255 or 63.04% from 138); Green value is 24 (9.77% from 255 or 17.39% from 138); Blue value is 27 (10.94% from 255 or 19.57% from 138); Max value from RGB is 87 - color contains mainly: red. Hex color #57181B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #57181B is #A8E7E4. Grayscale: #2B2B2B. Windows color (decimal): -11069413 or 1775703. OLE color: 1775703.

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

Color convert

RGB872427-
CMYK00.720.690.66
HSL357.14º56.76%21.76%-
HSV(B)357.14º72.41%34.12%-
XYZ4.452.761.33-
YUV43.18118.87159.26-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 63.04%
GREEN value IS 24 (9.77% from 255) = 17.39%
BLUE value IS 27 (10.94% from 255) = 19.57%
R=63.04%
G=17.39%
B=19.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.69
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87242700.720.690.66357.1456.7621.76
Hex57181B04845421653916
Octal127303301101051025457126
Binary10101111100011011010010001000101100001010110010111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57181B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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