#562029

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

Shades of Burnt Crimson #562029

Tints of Burnt Crimson #562029

Color information

#562029 (or 0x562029) is unknown color: approx Burnt Crimson. HEX triplet: 56, 20 and 29. RGB value is (86,32,41). Sum of RGB (Red+Green+Blue) = 86+32+41=159 (21% of max value = 765). Red value is 86 (33.98% from 255 or 54.09% from 159); Green value is 32 (12.89% from 255 or 20.13% from 159); Blue value is 41 (16.41% from 255 or 25.79% from 159); Max value from RGB is 86 - color contains mainly: red. Hex color #562029 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #562029 is #A9DFD6. Grayscale: #313131. Windows color (decimal): -11132887 or 2695254. OLE color: 2695254.

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

Color convert

RGB863241-
CMYK00.630.520.66
HSL350º45.76%23.14%-
HSV(B)350º62.79%33.73%-
XYZ4.753.172.46-
YUV49.17123.39154.27-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 54.09%
GREEN value IS 32 (12.89% from 255) = 20.13%
BLUE value IS 41 (16.41% from 255) = 25.79%
R=54.09%
G=20.13%
B=25.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.52
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86324100.630.520.6635045.7623.14
Hex56202903F344215e2e17
Octal1264051077641025365627
Binary10101101000001010010111111110100100001010101111010111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #562029

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #562029; }

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

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

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

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

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

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

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

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