#561B2E

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

Shades of Black Rose #561B2E

Tints of Black Rose #561B2E

Color information

#561B2E (or 0x561B2E) is unknown color: approx Black Rose. HEX triplet: 56, 1B and 2E. RGB value is (86,27,46). Sum of RGB (Red+Green+Blue) = 86+27+46=159 (21% of max value = 765). Red value is 86 (33.98% from 255 or 54.09% from 159); Green value is 27 (10.94% from 255 or 16.98% from 159); Blue value is 46 (18.36% from 255 or 28.93% from 159); Max value from RGB is 86 - color contains mainly: red. Hex color #561B2E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #561B2E is #A9E4D1. Grayscale: #2E2E2E. Windows color (decimal): -11134162 or 3021654. OLE color: 3021654.

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

Color convert

RGB862746-
CMYK00.690.470.66
HSL340.68º52.21%22.16%-
HSV(B)340.68º68.6%33.73%-
XYZ4.722.962.91-
YUV46.81127.55155.96-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 54.09%
GREEN value IS 27 (10.94% from 255) = 16.98%
BLUE value IS 46 (18.36% from 255) = 28.93%
R=54.09%
G=16.98%
B=28.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.47
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86274600.690.470.66340.6852.2122.16
Hex561B2E0452F421553416
Octal12633560105571025256426
Binary10101101101110111001000101101111100001010101010111010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #561B2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,27,46); }

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

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

 a { background-color: rgb(86,27,46); }

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

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

 span { border-color: rgb(86,27,46); }

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