#562031

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

Shades of Black Rose #562031

Tints of Black Rose #562031

Color information

#562031 (or 0x562031) is unknown color: approx Black Rose. HEX triplet: 56, 20 and 31. RGB value is (86,32,49). Sum of RGB (Red+Green+Blue) = 86+32+49=167 (22% of max value = 765). Red value is 86 (33.98% from 255 or 51.50% from 167); Green value is 32 (12.89% from 255 or 19.16% from 167); Blue value is 49 (19.53% from 255 or 29.34% from 167); Max value from RGB is 86 - color contains mainly: red. Hex color #562031 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #562031 is #A9DFCE. Grayscale: #323232. Windows color (decimal): -11132879 or 3219542. OLE color: 3219542.

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

Color convert

RGB863249-
CMYK00.630.430.66
HSL341.11º45.76%23.14%-
HSV(B)341.11º62.79%33.73%-
XYZ4.913.233.27-
YUV50.08127.39153.62-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 51.50%
GREEN value IS 32 (12.89% from 255) = 19.16%
BLUE value IS 49 (19.53% from 255) = 29.34%
R=51.50%
G=19.16%
B=29.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.43
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86324900.630.430.66341.1145.7623.14
Hex56203103F2B421552e17
Octal1264061077531025255627
Binary10101101000001100010111111101011100001010101010110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #562031

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #562031; }

 p { color: rgb(86,32,49); }

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

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

 a { background-color: rgb(86,32,49); }

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

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

 span { border-color: rgb(86,32,49); }

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