#57242A

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

Shades of Burnt Crimson #57242A

Tints of Burnt Crimson #57242A

Color information

#57242A (or 0x57242A) is unknown color: approx Burnt Crimson. HEX triplet: 57, 24 and 2A. RGB value is (87,36,42). Sum of RGB (Red+Green+Blue) = 87+36+42=165 (21% of max value = 765). Red value is 87 (34.38% from 255 or 52.73% from 165); Green value is 36 (14.45% from 255 or 21.82% from 165); Blue value is 42 (16.80% from 255 or 25.45% from 165); Max value from RGB is 87 - color contains mainly: red. Hex color #57242A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #57242A is #A8DBD5. Grayscale: #333333. Windows color (decimal): -11066326 or 2761815. OLE color: 2761815.

HSL color Cylindrical-coordinate representation of color #57242A: hue angle of 352.94º 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 #57242A is Cyan = 0, Magento = 0.59, Yellow = 0.52 and Black (K on CMYK) = 0.66.

Color convert

RGB873642-
CMYK00.590.520.66
HSL352.94º41.46%24.12%-
HSV(B)352.94º58.62%34.12%-
XYZ4.983.462.59-
YUV51.93122.4153.01-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 52.73%
GREEN value IS 36 (14.45% from 255) = 21.82%
BLUE value IS 42 (16.80% from 255) = 25.45%
R=52.73%
G=21.82%
B=25.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.52
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87364200.590.520.66352.9441.4624.12
Hex57242A03B34421612918
Octal1274452073641025415130
Binary10101111001001010100111011110100100001010110000110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57242A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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