#57232B

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

Shades of Burnt Crimson #57232B

Tints of Burnt Crimson #57232B

Color information

#57232B (or 0x57232B) is unknown color: approx Burnt Crimson. HEX triplet: 57, 23 and 2B. RGB value is (87,35,43). Sum of RGB (Red+Green+Blue) = 87+35+43=165 (21% of max value = 765). Red value is 87 (34.38% from 255 or 52.73% from 165); Green value is 35 (14.06% from 255 or 21.21% from 165); Blue value is 43 (17.19% from 255 or 26.06% from 165); Max value from RGB is 87 - color contains mainly: red. Hex color #57232B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #57232B is #A8DCD4. Grayscale: #333333. Windows color (decimal): -11066581 or 2827095. OLE color: 2827095.

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

Color convert

RGB873543-
CMYK00.600.510.66
HSL350.77º42.62%23.92%-
HSV(B)350.77º59.77%34.12%-
XYZ4.973.42.68-
YUV51.46123.23153.35-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 52.73%
GREEN value IS 35 (14.06% from 255) = 21.21%
BLUE value IS 43 (17.19% from 255) = 26.06%
R=52.73%
G=21.21%
B=26.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.51
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87354300.600.510.66350.7742.6223.92
Hex57232B03C334215f2b18
Octal1274353074631025375330
Binary10101111000111010110111100110011100001010101111110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57232B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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