#561F32

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

Shades of Black Rose #561F32

Tints of Black Rose #561F32

Color information

#561F32 (or 0x561F32) is unknown color: approx Black Rose. HEX triplet: 56, 1F and 32. RGB value is (86,31,50). Sum of RGB (Red+Green+Blue) = 86+31+50=167 (22% of max value = 765). Red value is 86 (33.98% from 255 or 51.50% from 167); Green value is 31 (12.5% from 255 or 18.56% from 167); Blue value is 50 (19.92% from 255 or 29.94% from 167); Max value from RGB is 86 - color contains mainly: red. Hex color #561F32 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #561F32 is #A9E0CD. Grayscale: #313131. Windows color (decimal): -11133134 or 3284822. OLE color: 3284822.

HSL color Cylindrical-coordinate representation of color #561F32: hue angle of 339.27º 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 #561F32 is Cyan = 0, Magento = 0.64, Yellow = 0.42 and Black (K on CMYK) = 0.66.

Color convert

RGB863150-
CMYK00.640.420.66
HSL339.27º47.01%22.94%-
HSV(B)339.27º63.95%33.73%-
XYZ4.93.193.37-
YUV49.61128.22153.96-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 51.50%
GREEN value IS 31 (12.5% from 255) = 18.56%
BLUE value IS 50 (19.92% from 255) = 29.94%
R=51.50%
G=18.56%
B=29.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.42
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86315000.640.420.66339.2747.0122.94
Hex561F320402A421532f17
Octal12637620100521025235727
Binary10101101111111001001000000101010100001010101001110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #561F32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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