#562022

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

Shades of Burnt Crimson #562022

Tints of Burnt Crimson #562022

Color information

#562022 (or 0x562022) is unknown color: approx Burnt Crimson. HEX triplet: 56, 20 and 22. RGB value is (86,32,34). Sum of RGB (Red+Green+Blue) = 86+32+34=152 (20% of max value = 765). Red value is 86 (33.98% from 255 or 56.58% from 152); Green value is 32 (12.89% from 255 or 21.05% from 152); Blue value is 34 (13.67% from 255 or 22.37% from 152); Max value from RGB is 86 - color contains mainly: red. Hex color #562022 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #562022 is #A9DFDD. Grayscale: #303030. Windows color (decimal): -11132894 or 2236502. OLE color: 2236502.

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

Color convert

RGB863234-
CMYK00.630.600.66
HSL357.78º45.76%23.14%-
HSV(B)357.78º62.79%33.73%-
XYZ4.643.131.87-
YUV48.37119.89154.84-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 56.58%
GREEN value IS 32 (12.89% from 255) = 21.05%
BLUE value IS 34 (13.67% from 255) = 22.37%
R=56.58%
G=21.05%
B=22.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.60
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86323400.630.600.66357.7845.7623.14
Hex56202203F3C421662e17
Octal1264042077741025465627
Binary10101101000001000100111111111100100001010110011010111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #562022

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #562022; }

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

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

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

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

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

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

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

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