#572224

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

Shades of Burnt Crimson #572224

Tints of Burnt Crimson #572224

Color information

#572224 (or 0x572224) is unknown color: approx Burnt Crimson. HEX triplet: 57, 22 and 24. RGB value is (87,34,36). Sum of RGB (Red+Green+Blue) = 87+34+36=157 (20% of max value = 765). Red value is 87 (34.38% from 255 or 55.41% from 157); Green value is 34 (13.67% from 255 or 21.66% from 157); Blue value is 36 (14.45% from 255 or 22.93% from 157); Max value from RGB is 87 - color contains mainly: red. Hex color #572224 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #572224 is #A8DDDB. Grayscale: #323232. Windows color (decimal): -11066844 or 2368087. OLE color: 2368087.

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

Color convert

RGB873436-
CMYK00.610.590.66
HSL357.74º43.8%23.73%-
HSV(B)357.74º60.92%34.12%-
XYZ4.823.32.05-
YUV50.08120.06154.34-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 55.41%
GREEN value IS 34 (13.67% from 255) = 21.66%
BLUE value IS 36 (14.45% from 255) = 22.93%
R=55.41%
G=21.66%
B=22.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.59
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87343600.610.590.66357.7443.823.73
Hex57222403D3B421662c18
Octal1274244075731025465430
Binary10101111000101001000111101111011100001010110011010110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #572224

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #572224; }

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

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

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

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

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

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

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

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