#561B2D

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

Shades of Black Rose #561B2D

Tints of Black Rose #561B2D

Color information

#561B2D (or 0x561B2D) is unknown color: approx Black Rose. HEX triplet: 56, 1B and 2D. RGB value is (86,27,45). Sum of RGB (Red+Green+Blue) = 86+27+45=158 (20% of max value = 765). Red value is 86 (33.98% from 255 or 54.43% from 158); Green value is 27 (10.94% from 255 or 17.09% from 158); Blue value is 45 (17.97% from 255 or 28.48% from 158); Max value from RGB is 86 - color contains mainly: red. Hex color #561B2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #561B2D is #A9E4D2. Grayscale: #2E2E2E. Windows color (decimal): -11134163 or 2956118. OLE color: 2956118.

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

Color convert

RGB862745-
CMYK00.690.480.66
HSL341.69º52.21%22.16%-
HSV(B)341.69º68.6%33.73%-
XYZ4.72.952.8-
YUV46.69127.05156.04-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 54.43%
GREEN value IS 27 (10.94% from 255) = 17.09%
BLUE value IS 45 (17.97% from 255) = 28.48%
R=54.43%
G=17.09%
B=28.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.48
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86274500.690.480.66341.6952.2122.16
Hex561B2D04530421563416
Octal12633550105601025266426
Binary10101101101110110101000101110000100001010101011011010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #561B2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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