#562329

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

Shades of Burnt Crimson #562329

Tints of Burnt Crimson #562329

Color information

#562329 (or 0x562329) is unknown color: approx Burnt Crimson. HEX triplet: 56, 23 and 29. RGB value is (86,35,41). Sum of RGB (Red+Green+Blue) = 86+35+41=162 (21% of max value = 765). Red value is 86 (33.98% from 255 or 53.09% from 162); Green value is 35 (14.06% from 255 or 21.60% from 162); Blue value is 41 (16.41% from 255 or 25.31% from 162); Max value from RGB is 86 - color contains mainly: red. Hex color #562329 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #562329 is #A9DCD6. Grayscale: #323232. Windows color (decimal): -11132119 or 2696022. OLE color: 2696022.

HSL color Cylindrical-coordinate representation of color #562329: hue angle of 352.94º degrees, saturation: 0.42, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #562329 is Cyan = 0, Magento = 0.59, Yellow = 0.52 and Black (K on CMYK) = 0.66.

Color convert

RGB863541-
CMYK00.590.520.66
HSL352.94º42.15%23.73%-
HSV(B)352.94º59.3%33.73%-
XYZ4.843.342.49-
YUV50.93122.4153.01-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 53.09%
GREEN value IS 35 (14.06% from 255) = 21.60%
BLUE value IS 41 (16.41% from 255) = 25.31%
R=53.09%
G=21.60%
B=25.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.52
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86354100.590.520.66352.9442.1523.73
Hex56232903B34421612a18
Octal1264351073641025415230
Binary10101101000111010010111011110100100001010110000110101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #562329

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #562329; }

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

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

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

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

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

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

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

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