#57222A

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

Shades of Burnt Crimson #57222A

Tints of Burnt Crimson #57222A

Color information

#57222A (or 0x57222A) is unknown color: approx Burnt Crimson. HEX triplet: 57, 22 and 2A. RGB value is (87,34,42). Sum of RGB (Red+Green+Blue) = 87+34+42=163 (21% of max value = 765). Red value is 87 (34.38% from 255 or 53.37% from 163); Green value is 34 (13.67% from 255 or 20.86% from 163); Blue value is 42 (16.80% from 255 or 25.77% from 163); Max value from RGB is 87 - color contains mainly: red. Hex color #57222A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #57222A is #A8DDD5. Grayscale: #323232. Windows color (decimal): -11066838 or 2761303. OLE color: 2761303.

HSL color Cylindrical-coordinate representation of color #57222A: hue angle of 350.94º degrees, saturation: 0.44, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #57222A is Cyan = 0, Magento = 0.61, Yellow = 0.52 and Black (K on CMYK) = 0.66.

Color convert

RGB873442-
CMYK00.610.520.66
HSL350.94º43.8%23.73%-
HSV(B)350.94º60.92%34.12%-
XYZ4.923.342.58-
YUV50.76123.06153.85-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 53.37%
GREEN value IS 34 (13.67% from 255) = 20.86%
BLUE value IS 42 (16.80% from 255) = 25.77%
R=53.37%
G=20.86%
B=25.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.52
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87344200.610.520.66350.9443.823.73
Hex57222A03D344215f2c18
Octal1274252075641025375430
Binary10101111000101010100111101110100100001010101111110110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57222A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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