#562328

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

Shades of Burnt Crimson #562328

Tints of Burnt Crimson #562328

Color information

#562328 (or 0x562328) is unknown color: approx Burnt Crimson. HEX triplet: 56, 23 and 28. RGB value is (86,35,40). Sum of RGB (Red+Green+Blue) = 86+35+40=161 (21% of max value = 765). Red value is 86 (33.98% from 255 or 53.42% from 161); Green value is 35 (14.06% from 255 or 21.74% from 161); Blue value is 40 (16.02% from 255 or 24.84% from 161); Max value from RGB is 86 - color contains mainly: red. Hex color #562328 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #562328 is #A9DCD7. Grayscale: #323232. Windows color (decimal): -11132120 or 2630486. OLE color: 2630486.

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

Color convert

RGB863540-
CMYK00.590.530.66
HSL354.12º42.15%23.73%-
HSV(B)354.12º59.3%33.73%-
XYZ4.823.332.4-
YUV50.82121.9153.09-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 53.42%
GREEN value IS 35 (14.06% from 255) = 21.74%
BLUE value IS 40 (16.02% from 255) = 24.84%
R=53.42%
G=21.74%
B=24.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.53
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86354000.590.530.66354.1242.1523.73
Hex56232803B35421622a18
Octal1264350073651025425230
Binary10101101000111010000111011110101100001010110001010101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #562328

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #562328; }

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

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

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

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

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

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

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

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