#562324

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

Shades of Burnt Crimson #562324

Tints of Burnt Crimson #562324

Color information

#562324 (or 0x562324) is unknown color: approx Burnt Crimson. HEX triplet: 56, 23 and 24. RGB value is (86,35,36). Sum of RGB (Red+Green+Blue) = 86+35+36=157 (20% of max value = 765). Red value is 86 (33.98% from 255 or 54.78% from 157); Green value is 35 (14.06% from 255 or 22.29% from 157); Blue value is 36 (14.45% from 255 or 22.93% from 157); Max value from RGB is 86 - color contains mainly: red. Hex color #562324 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #562324 is #A9DCDB. Grayscale: #323232. Windows color (decimal): -11132124 or 2368342. OLE color: 2368342.

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

Color convert

RGB863536-
CMYK00.590.580.66
HSL358.82º42.15%23.73%-
HSV(B)358.82º59.3%33.73%-
XYZ4.763.312.06-
YUV50.36119.9153.42-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 54.78%
GREEN value IS 35 (14.06% from 255) = 22.29%
BLUE value IS 36 (14.45% from 255) = 22.93%
R=54.78%
G=22.29%
B=22.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.58
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86353600.590.580.66358.8242.1523.73
Hex56232403B3A421672a18
Octal1264344073721025475230
Binary10101101000111001000111011111010100001010110011110101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #562324

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #562324; }

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

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

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

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

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

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

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

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