#561F31

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

Shades of Black Rose #561F31

Tints of Black Rose #561F31

Color information

#561F31 (or 0x561F31) is unknown color: approx Black Rose. HEX triplet: 56, 1F and 31. RGB value is (86,31,49). Sum of RGB (Red+Green+Blue) = 86+31+49=166 (21% of max value = 765). Red value is 86 (33.98% from 255 or 51.81% from 166); Green value is 31 (12.5% from 255 or 18.67% from 166); Blue value is 49 (19.53% from 255 or 29.52% from 166); Max value from RGB is 86 - color contains mainly: red. Hex color #561F31 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #561F31 is #A9E0CE. Grayscale: #313131. Windows color (decimal): -11133135 or 3219286. OLE color: 3219286.

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

Color convert

RGB863149-
CMYK00.640.430.66
HSL340.36º47.01%22.94%-
HSV(B)340.36º63.95%33.73%-
XYZ4.883.183.26-
YUV49.5127.72154.04-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 51.81%
GREEN value IS 31 (12.5% from 255) = 18.67%
BLUE value IS 49 (19.53% from 255) = 29.52%
R=51.81%
G=18.67%
B=29.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.43
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86314900.640.430.66340.3647.0122.94
Hex561F310402B421542f17
Octal12637610100531025245727
Binary10101101111111000101000000101011100001010101010010111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #561F31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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