#562027

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

Shades of Burnt Crimson #562027

Tints of Burnt Crimson #562027

Color information

#562027 (or 0x562027) is unknown color: approx Burnt Crimson. HEX triplet: 56, 20 and 27. RGB value is (86,32,39). Sum of RGB (Red+Green+Blue) = 86+32+39=157 (20% of max value = 765). Red value is 86 (33.98% from 255 or 54.78% from 157); Green value is 32 (12.89% from 255 or 20.38% from 157); Blue value is 39 (15.62% from 255 or 24.84% from 157); Max value from RGB is 86 - color contains mainly: red. Hex color #562027 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #562027 is #A9DFD8. Grayscale: #303030. Windows color (decimal): -11132889 or 2564182. OLE color: 2564182.

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

Color convert

RGB863239-
CMYK00.630.550.66
HSL352.22º45.76%23.14%-
HSV(B)352.22º62.79%33.73%-
XYZ4.723.162.28-
YUV48.94122.39154.43-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 54.78%
GREEN value IS 32 (12.89% from 255) = 20.38%
BLUE value IS 39 (15.62% from 255) = 24.84%
R=54.78%
G=20.38%
B=24.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.55
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86323900.630.550.66352.2245.7623.14
Hex56202703F37421602e17
Octal1264047077671025405627
Binary10101101000001001110111111110111100001010110000010111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #562027

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #562027; }

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

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

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

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

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

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

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

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