#562326

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

Shades of Burnt Crimson #562326

Tints of Burnt Crimson #562326

Color information

#562326 (or 0x562326) is unknown color: approx Burnt Crimson. HEX triplet: 56, 23 and 26. RGB value is (86,35,38). Sum of RGB (Red+Green+Blue) = 86+35+38=159 (21% of max value = 765). Red value is 86 (33.98% from 255 or 54.09% from 159); Green value is 35 (14.06% from 255 or 22.01% from 159); Blue value is 38 (15.23% from 255 or 23.90% from 159); Max value from RGB is 86 - color contains mainly: red. Hex color #562326 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #562326 is #A9DCD9. Grayscale: #323232. Windows color (decimal): -11132122 or 2499414. OLE color: 2499414.

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

Color convert

RGB863538-
CMYK00.590.560.66
HSL356.47º42.15%23.73%-
HSV(B)356.47º59.3%33.73%-
XYZ4.793.322.22-
YUV50.59120.9153.26-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 54.09%
GREEN value IS 35 (14.06% from 255) = 22.01%
BLUE value IS 38 (15.23% from 255) = 23.90%
R=54.09%
G=22.01%
B=23.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.56
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86353800.590.560.66356.4742.1523.73
Hex56232603B38421642a18
Octal1264346073701025445230
Binary10101101000111001100111011111000100001010110010010101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #562326

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #562326; }

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

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

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

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

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

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

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

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