#561D36

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

Shades of Black Rose #561D36

Tints of Black Rose #561D36

Color information

#561D36 (or 0x561D36) is unknown color: approx Black Rose. HEX triplet: 56, 1D and 36. RGB value is (86,29,54). Sum of RGB (Red+Green+Blue) = 86+29+54=169 (22% of max value = 765). Red value is 86 (33.98% from 255 or 50.89% from 169); Green value is 29 (11.72% from 255 or 17.16% from 169); Blue value is 54 (21.48% from 255 or 31.95% from 169); Max value from RGB is 86 - color contains mainly: red. Hex color #561D36 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #561D36 is #A9E2C9. Grayscale: #303030. Windows color (decimal): -11133642 or 3546454. OLE color: 3546454.

HSL color Cylindrical-coordinate representation of color #561D36: hue angle of 333.68º degrees, saturation: 0.5, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #561D36 is Cyan = 0, Magento = 0.66, Yellow = 0.37 and Black (K on CMYK) = 0.66.

Color convert

RGB862954-
CMYK00.660.370.66
HSL333.68º49.57%22.55%-
HSV(B)333.68º66.28%33.73%-
XYZ4.943.123.83-
YUV48.89130.88154.47-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 50.89%
GREEN value IS 29 (11.72% from 255) = 17.16%
BLUE value IS 54 (21.48% from 255) = 31.95%
R=50.89%
G=17.16%
B=31.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.37
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86295400.660.370.66333.6849.5722.55
Hex561D36042254214e3217
Octal12635660102451025166227
Binary10101101110111011001000010100101100001010100111011001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #561D36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,29,54); }

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

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

 a { background-color: rgb(86,29,54); }

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

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

 span { border-color: rgb(86,29,54); }

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