#562536

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

Shades of Black Rose #562536

Tints of Black Rose #562536

Color information

#562536 (or 0x562536) is unknown color: approx Black Rose. HEX triplet: 56, 25 and 36. RGB value is (86,37,54). Sum of RGB (Red+Green+Blue) = 86+37+54=177 (23% of max value = 765). Red value is 86 (33.98% from 255 or 48.59% from 177); Green value is 37 (14.84% from 255 or 20.90% from 177); Blue value is 54 (21.48% from 255 or 30.51% from 177); Max value from RGB is 86 - color contains mainly: red. Hex color #562536 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #562536 is #A9DAC9. Grayscale: #353535. Windows color (decimal): -11131594 or 3548502. OLE color: 3548502.

HSL color Cylindrical-coordinate representation of color #562536: hue angle of 339.18º degrees, saturation: 0.4, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #562536 is Cyan = 0, Magento = 0.57, Yellow = 0.37 and Black (K on CMYK) = 0.66.

Color convert

RGB863754-
CMYK00.570.370.66
HSL339.18º39.84%24.12%-
HSV(B)339.18º56.98%33.73%-
XYZ5.173.573.91-
YUV53.59128.23151.12-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 48.59%
GREEN value IS 37 (14.84% from 255) = 20.90%
BLUE value IS 54 (21.48% from 255) = 30.51%
R=48.59%
G=20.90%
B=30.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.37
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86375400.570.370.66339.1839.8424.12
Hex56253603925421532818
Octal1264566071451025235030
Binary10101101001011101100111001100101100001010101001110100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #562536

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #562536; }

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

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

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

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

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

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

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

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