#57242B

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

Shades of Burnt Crimson #57242B

Tints of Burnt Crimson #57242B

Color information

#57242B (or 0x57242B) is unknown color: approx Burnt Crimson. HEX triplet: 57, 24 and 2B. RGB value is (87,36,43). Sum of RGB (Red+Green+Blue) = 87+36+43=166 (21% of max value = 765). Red value is 87 (34.38% from 255 or 52.41% from 166); Green value is 36 (14.45% from 255 or 21.69% from 166); Blue value is 43 (17.19% from 255 or 25.90% from 166); Max value from RGB is 87 - color contains mainly: red. Hex color #57242B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #57242B is #A8DBD4. Grayscale: #343434. Windows color (decimal): -11066325 or 2827351. OLE color: 2827351.

HSL color Cylindrical-coordinate representation of color #57242B: hue angle of 351.76º degrees, saturation: 0.41, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #57242B is Cyan = 0, Magento = 0.59, Yellow = 0.51 and Black (K on CMYK) = 0.66.

Color convert

RGB873643-
CMYK00.590.510.66
HSL351.76º41.46%24.12%-
HSV(B)351.76º58.62%34.12%-
XYZ53.462.69-
YUV52.05122.9152.93-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 52.41%
GREEN value IS 36 (14.45% from 255) = 21.69%
BLUE value IS 43 (17.19% from 255) = 25.90%
R=52.41%
G=21.69%
B=25.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.51
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87364300.590.510.66351.7641.4624.12
Hex57242B03B33421602918
Octal1274453073631025405130
Binary10101111001001010110111011110011100001010110000010100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57242B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,36,43); }

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

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

 a { background-color: rgb(87,36,43); }

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

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

 span { border-color: rgb(87,36,43); }

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