#57232A

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

Shades of Burnt Crimson #57232A

Tints of Burnt Crimson #57232A

Color information

#57232A (or 0x57232A) is unknown color: approx Burnt Crimson. HEX triplet: 57, 23 and 2A. RGB value is (87,35,42). Sum of RGB (Red+Green+Blue) = 87+35+42=164 (21% of max value = 765). Red value is 87 (34.38% from 255 or 53.05% from 164); Green value is 35 (14.06% from 255 or 21.34% from 164); Blue value is 42 (16.80% from 255 or 25.61% from 164); Max value from RGB is 87 - color contains mainly: red. Hex color #57232A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #57232A is #A8DCD5. Grayscale: #333333. Windows color (decimal): -11066582 or 2761559. OLE color: 2761559.

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

Color convert

RGB873542-
CMYK00.600.520.66
HSL351.92º42.62%23.92%-
HSV(B)351.92º59.77%34.12%-
XYZ4.953.42.59-
YUV51.35122.73153.43-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 53.05%
GREEN value IS 35 (14.06% from 255) = 21.34%
BLUE value IS 42 (16.80% from 255) = 25.61%
R=53.05%
G=21.34%
B=25.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.52
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87354200.600.520.66351.9242.6223.92
Hex57232A03C34421602b18
Octal1274352074641025405330
Binary10101111000111010100111100110100100001010110000010101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57232A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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