#562325

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

Shades of Burnt Crimson #562325

Tints of Burnt Crimson #562325

Color information

#562325 (or 0x562325) is unknown color: approx Burnt Crimson. HEX triplet: 56, 23 and 25. RGB value is (86,35,37). Sum of RGB (Red+Green+Blue) = 86+35+37=158 (20% of max value = 765). Red value is 86 (33.98% from 255 or 54.43% from 158); Green value is 35 (14.06% from 255 or 22.15% from 158); Blue value is 37 (14.84% from 255 or 23.42% from 158); Max value from RGB is 86 - color contains mainly: red. Hex color #562325 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #562325 is #A9DCDA. Grayscale: #323232. Windows color (decimal): -11132123 or 2433878. OLE color: 2433878.

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

Color convert

RGB863537-
CMYK00.590.570.66
HSL357.65º42.15%23.73%-
HSV(B)357.65º59.3%33.73%-
XYZ4.773.312.14-
YUV50.48120.4153.34-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 54.43%
GREEN value IS 35 (14.06% from 255) = 22.15%
BLUE value IS 37 (14.84% from 255) = 23.42%
R=54.43%
G=22.15%
B=23.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.57
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86353700.590.570.66357.6542.1523.73
Hex56232503B39421662a18
Octal1264345073711025465230
Binary10101101000111001010111011111001100001010110011010101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #562325

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #562325; }

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

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

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

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

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

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

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

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