#562136

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

Shades of Black Rose #562136

Tints of Black Rose #562136

Color information

#562136 (or 0x562136) is unknown color: approx Black Rose. HEX triplet: 56, 21 and 36. RGB value is (86,33,54). Sum of RGB (Red+Green+Blue) = 86+33+54=173 (22% of max value = 765). Red value is 86 (33.98% from 255 or 49.71% from 173); Green value is 33 (13.28% from 255 or 19.08% from 173); Blue value is 54 (21.48% from 255 or 31.21% from 173); Max value from RGB is 86 - color contains mainly: red. Hex color #562136 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #562136 is #A9DEC9. Grayscale: #333333. Windows color (decimal): -11132618 or 3547478. OLE color: 3547478.

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

Color convert

RGB863354-
CMYK00.620.370.66
HSL336.23º44.54%23.33%-
HSV(B)336.23º61.63%33.73%-
XYZ5.053.333.87-
YUV51.24129.56152.79-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 49.71%
GREEN value IS 33 (13.28% from 255) = 19.08%
BLUE value IS 54 (21.48% from 255) = 31.21%
R=49.71%
G=19.08%
B=31.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.37
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86335400.620.370.66336.2344.5423.33
Hex56213603E25421502d17
Octal1264166076451025205527
Binary10101101000011101100111110100101100001010101000010110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #562136

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #562136; }

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

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

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

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

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

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

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

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