#561B32

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

Shades of Black Rose #561B32

Tints of Black Rose #561B32

Color information

#561B32 (or 0x561B32) is unknown color: approx Black Rose. HEX triplet: 56, 1B and 32. RGB value is (86,27,50). Sum of RGB (Red+Green+Blue) = 86+27+50=163 (21% of max value = 765). Red value is 86 (33.98% from 255 or 52.76% from 163); Green value is 27 (10.94% from 255 or 16.56% from 163); Blue value is 50 (19.92% from 255 or 30.67% from 163); Max value from RGB is 86 - color contains mainly: red. Hex color #561B32 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #561B32 is #A9E4CD. Grayscale: #2F2F2F. Windows color (decimal): -11134158 or 3283798. OLE color: 3283798.

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

Color convert

RGB862750-
CMYK00.690.420.66
HSL336.61º52.21%22.16%-
HSV(B)336.61º68.6%33.73%-
XYZ4.812.993.34-
YUV47.26129.55155.63-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 52.76%
GREEN value IS 27 (10.94% from 255) = 16.56%
BLUE value IS 50 (19.92% from 255) = 30.67%
R=52.76%
G=16.56%
B=30.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.42
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86275000.690.420.66336.6152.2122.16
Hex561B320452A421513416
Octal12633620105521025216426
Binary10101101101111001001000101101010100001010101000111010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #561B32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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