#562327

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

Shades of Burnt Crimson #562327

Tints of Burnt Crimson #562327

Color information

#562327 (or 0x562327) is unknown color: approx Burnt Crimson. HEX triplet: 56, 23 and 27. RGB value is (86,35,39). Sum of RGB (Red+Green+Blue) = 86+35+39=160 (21% of max value = 765). Red value is 86 (33.98% from 255 or 53.75% from 160); Green value is 35 (14.06% from 255 or 21.88% from 160); Blue value is 39 (15.62% from 255 or 24.38% from 160); Max value from RGB is 86 - color contains mainly: red. Hex color #562327 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #562327 is #A9DCD8. Grayscale: #323232. Windows color (decimal): -11132121 or 2564950. OLE color: 2564950.

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

Color convert

RGB863539-
CMYK00.590.550.66
HSL355.29º42.15%23.73%-
HSV(B)355.29º59.3%33.73%-
XYZ4.83.332.31-
YUV50.7121.4153.17-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 53.75%
GREEN value IS 35 (14.06% from 255) = 21.88%
BLUE value IS 39 (15.62% from 255) = 24.38%
R=53.75%
G=21.88%
B=24.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.55
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86353900.590.550.66355.2942.1523.73
Hex56232703B37421632a18
Octal1264347073671025435230
Binary10101101000111001110111011110111100001010110001110101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #562327

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #562327; }

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

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

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

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

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

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

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

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