#57181E

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

Shades of Burnt Crimson #57181E

Tints of Burnt Crimson #57181E

Color information

#57181E (or 0x57181E) is unknown color: approx Burnt Crimson. HEX triplet: 57, 18 and 1E. RGB value is (87,24,30). Sum of RGB (Red+Green+Blue) = 87+24+30=141 (18% of max value = 765). Red value is 87 (34.38% from 255 or 61.70% from 141); Green value is 24 (9.77% from 255 or 17.02% from 141); Blue value is 30 (12.11% from 255 or 21.28% from 141); Max value from RGB is 87 - color contains mainly: red. Hex color #57181E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #57181E is #A8E7E1. Grayscale: #2B2B2B. Windows color (decimal): -11069410 or 1972311. OLE color: 1972311.

HSL color Cylindrical-coordinate representation of color #57181E: hue angle of 354.29º 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 #57181E is Cyan = 0, Magento = 0.72, Yellow = 0.66 and Black (K on CMYK) = 0.66.

Color convert

RGB872430-
CMYK00.720.660.66
HSL354.29º56.76%21.76%-
HSV(B)354.29º72.41%34.12%-
XYZ4.492.771.53-
YUV43.52120.37159.01-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 61.70%
GREEN value IS 24 (9.77% from 255) = 17.02%
BLUE value IS 30 (12.11% from 255) = 21.28%
R=61.70%
G=17.02%
B=21.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.66
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87243000.720.660.66354.2956.7621.76
Hex57181E04842421623916
Octal127303601101021025427126
Binary10101111100011110010010001000010100001010110001011100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57181E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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