#562224

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

Shades of Burnt Crimson #562224

Tints of Burnt Crimson #562224

Color information

#562224 (or 0x562224) is unknown color: approx Burnt Crimson. HEX triplet: 56, 22 and 24. RGB value is (86,34,36). Sum of RGB (Red+Green+Blue) = 86+34+36=156 (20% of max value = 765). Red value is 86 (33.98% from 255 or 55.13% from 156); Green value is 34 (13.67% from 255 or 21.79% from 156); Blue value is 36 (14.45% from 255 or 23.08% from 156); Max value from RGB is 86 - color contains mainly: red. Hex color #562224 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #562224 is #A9DDDB. Grayscale: #313131. Windows color (decimal): -11132380 or 2368086. OLE color: 2368086.

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

Color convert

RGB863436-
CMYK00.600.580.66
HSL357.69º43.33%23.53%-
HSV(B)357.69º60.47%33.73%-
XYZ4.733.252.05-
YUV49.78120.23153.84-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 55.13%
GREEN value IS 34 (13.67% from 255) = 21.79%
BLUE value IS 36 (14.45% from 255) = 23.08%
R=55.13%
G=21.79%
B=23.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.58
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86343600.600.580.66357.6943.3323.53
Hex56222403C3A421662b18
Octal1264244074721025465330
Binary10101101000101001000111100111010100001010110011010101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #562224

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #562224; }

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

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

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

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

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

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

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

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