#561E31

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

Shades of Black Rose #561E31

Tints of Black Rose #561E31

Color information

#561E31 (or 0x561E31) is unknown color: approx Black Rose. HEX triplet: 56, 1E and 31. RGB value is (86,30,49). Sum of RGB (Red+Green+Blue) = 86+30+49=165 (21% of max value = 765). Red value is 86 (33.98% from 255 or 52.12% from 165); Green value is 30 (12.11% from 255 or 18.18% from 165); Blue value is 49 (19.53% from 255 or 29.70% from 165); Max value from RGB is 86 - color contains mainly: red. Hex color #561E31 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #561E31 is #A9E1CE. Grayscale: #303030. Windows color (decimal): -11133391 or 3219030. OLE color: 3219030.

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

Color convert

RGB863049-
CMYK00.650.430.66
HSL339.64º48.28%22.75%-
HSV(B)339.64º65.12%33.73%-
XYZ4.863.133.25-
YUV48.91128.05154.46-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 52.12%
GREEN value IS 30 (12.11% from 255) = 18.18%
BLUE value IS 49 (19.53% from 255) = 29.70%
R=52.12%
G=18.18%
B=29.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.43
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86304900.650.430.66339.6448.2822.75
Hex561E310412B421543017
Octal12636610101531025246027
Binary10101101111011000101000001101011100001010101010011000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #561E31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #561E31; }

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

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

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

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

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

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

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

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