#561E2D

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

Shades of Black Rose #561E2D

Tints of Black Rose #561E2D

Color information

#561E2D (or 0x561E2D) is unknown color: approx Black Rose. HEX triplet: 56, 1E and 2D. RGB value is (86,30,45). Sum of RGB (Red+Green+Blue) = 86+30+45=161 (21% of max value = 765). Red value is 86 (33.98% from 255 or 53.42% from 161); Green value is 30 (12.11% from 255 or 18.63% from 161); Blue value is 45 (17.97% from 255 or 27.95% from 161); Max value from RGB is 86 - color contains mainly: red. Hex color #561E2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #561E2D is #A9E1D2. Grayscale: #303030. Windows color (decimal): -11133395 or 2956886. OLE color: 2956886.

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

Color convert

RGB863045-
CMYK00.650.480.66
HSL343.93º48.28%22.75%-
HSV(B)343.93º65.12%33.73%-
XYZ4.783.12.83-
YUV48.45126.05154.78-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 53.42%
GREEN value IS 30 (12.11% from 255) = 18.63%
BLUE value IS 45 (17.97% from 255) = 27.95%
R=53.42%
G=18.63%
B=27.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.48
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86304500.650.480.66343.9348.2822.75
Hex561E2D04130421583017
Octal12636550101601025306027
Binary10101101111010110101000001110000100001010101100011000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #561E2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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