#561E2E

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

Shades of Black Rose #561E2E

Tints of Black Rose #561E2E

Color information

#561E2E (or 0x561E2E) is unknown color: approx Black Rose. HEX triplet: 56, 1E and 2E. RGB value is (86,30,46). Sum of RGB (Red+Green+Blue) = 86+30+46=162 (21% of max value = 765). Red value is 86 (33.98% from 255 or 53.09% from 162); Green value is 30 (12.11% from 255 or 18.52% from 162); Blue value is 46 (18.36% from 255 or 28.40% from 162); Max value from RGB is 86 - color contains mainly: red. Hex color #561E2E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #561E2E is #A9E1D1. Grayscale: #303030. Windows color (decimal): -11133394 or 3022422. OLE color: 3022422.

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

Color convert

RGB863046-
CMYK00.650.470.66
HSL342.86º48.28%22.75%-
HSV(B)342.86º65.12%33.73%-
XYZ4.83.12.93-
YUV48.57126.55154.7-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 53.09%
GREEN value IS 30 (12.11% from 255) = 18.52%
BLUE value IS 46 (18.36% from 255) = 28.40%
R=53.09%
G=18.52%
B=28.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.47
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86304600.650.470.66342.8648.2822.75
Hex561E2E0412F421573017
Octal12636560101571025276027
Binary10101101111010111001000001101111100001010101011111000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #561E2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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