#562336

Color #562336 Black Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Black Rose #562336

Tints of Black Rose #562336

Color information

#562336 (or 0x562336) is unknown color: approx Black Rose. HEX triplet: 56, 23 and 36. RGB value is (86,35,54). Sum of RGB (Red+Green+Blue) = 86+35+54=175 (23% of max value = 765). Red value is 86 (33.98% from 255 or 49.14% from 175); Green value is 35 (14.06% from 255 or 20% from 175); Blue value is 54 (21.48% from 255 or 30.86% from 175); Max value from RGB is 86 - color contains mainly: red. Hex color #562336 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #562336 is #A9DCC9. Grayscale: #343434. Windows color (decimal): -11132106 or 3547990. OLE color: 3547990.

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

Color convert

RGB863554-
CMYK00.590.370.66
HSL337.65º42.15%23.73%-
HSV(B)337.65º59.3%33.73%-
XYZ5.13.453.89-
YUV52.42128.9151.96-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 49.14%
GREEN value IS 35 (14.06% from 255) = 20%
BLUE value IS 54 (21.48% from 255) = 30.86%
R=49.14%
G=20%
B=30.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.37
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86355400.590.370.66337.6542.1523.73
Hex56233603B25421522a18
Octal1264366073451025225230
Binary10101101000111101100111011100101100001010101001010101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #562336

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #562336; }

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

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

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

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

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

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

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

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