#562124

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

Shades of Burnt Crimson #562124

Tints of Burnt Crimson #562124

Color information

#562124 (or 0x562124) is unknown color: approx Burnt Crimson. HEX triplet: 56, 21 and 24. RGB value is (86,33,36). Sum of RGB (Red+Green+Blue) = 86+33+36=155 (20% of max value = 765). Red value is 86 (33.98% from 255 or 55.48% from 155); Green value is 33 (13.28% from 255 or 21.29% from 155); Blue value is 36 (14.45% from 255 or 23.23% from 155); Max value from RGB is 86 - color contains mainly: red. Hex color #562124 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #562124 is #A9DEDB. Grayscale: #313131. Windows color (decimal): -11132636 or 2367830. OLE color: 2367830.

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

Color convert

RGB863336-
CMYK00.620.580.66
HSL356.6º44.54%23.33%-
HSV(B)356.6º61.63%33.73%-
XYZ4.73.192.04-
YUV49.19120.56154.26-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 55.48%
GREEN value IS 33 (13.28% from 255) = 21.29%
BLUE value IS 36 (14.45% from 255) = 23.23%
R=55.48%
G=21.29%
B=23.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.58
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86333600.620.580.66356.644.5423.33
Hex56212403E3A421652d17
Octal1264144076721025455527
Binary10101101000011001000111110111010100001010110010110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #562124

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #562124; }

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

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

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

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

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

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

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

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