#562028

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

Shades of Burnt Crimson #562028

Tints of Burnt Crimson #562028

Color information

#562028 (or 0x562028) is unknown color: approx Burnt Crimson. HEX triplet: 56, 20 and 28. RGB value is (86,32,40). Sum of RGB (Red+Green+Blue) = 86+32+40=158 (20% of max value = 765). Red value is 86 (33.98% from 255 or 54.43% from 158); Green value is 32 (12.89% from 255 or 20.25% from 158); Blue value is 40 (16.02% from 255 or 25.32% from 158); Max value from RGB is 86 - color contains mainly: red. Hex color #562028 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #562028 is #A9DFD7. Grayscale: #313131. Windows color (decimal): -11132888 or 2629718. OLE color: 2629718.

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

Color convert

RGB863240-
CMYK00.630.530.66
HSL351.11º45.76%23.14%-
HSV(B)351.11º62.79%33.73%-
XYZ4.743.162.37-
YUV49.06122.89154.35-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 54.43%
GREEN value IS 32 (12.89% from 255) = 20.25%
BLUE value IS 40 (16.02% from 255) = 25.32%
R=54.43%
G=20.25%
B=25.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.53
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86324000.630.530.66351.1145.7623.14
Hex56202803F354215f2e17
Octal1264050077651025375627
Binary10101101000001010000111111110101100001010101111110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #562028

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #562028; }

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

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

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

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

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

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

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

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