#57212B

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

Shades of Burnt Crimson #57212B

Tints of Burnt Crimson #57212B

Color information

#57212B (or 0x57212B) is unknown color: approx Burnt Crimson. HEX triplet: 57, 21 and 2B. RGB value is (87,33,43). Sum of RGB (Red+Green+Blue) = 87+33+43=163 (21% of max value = 765). Red value is 87 (34.38% from 255 or 53.37% from 163); Green value is 33 (13.28% from 255 or 20.25% from 163); Blue value is 43 (17.19% from 255 or 26.38% from 163); Max value from RGB is 87 - color contains mainly: red. Hex color #57212B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #57212B is #A8DED4. Grayscale: #323232. Windows color (decimal): -11067093 or 2826583. OLE color: 2826583.

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

Color convert

RGB873343-
CMYK00.620.510.66
HSL348.89º45%23.53%-
HSV(B)348.89º62.07%34.12%-
XYZ4.913.292.66-
YUV50.29123.89154.19-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 53.37%
GREEN value IS 33 (13.28% from 255) = 20.25%
BLUE value IS 43 (17.19% from 255) = 26.38%
R=53.37%
G=20.25%
B=26.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.51
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87334300.620.510.66348.894523.53
Hex57212B03E334215d2d18
Octal1274153076631025355530
Binary10101111000011010110111110110011100001010101110110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57212B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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