#861E56

Color #861E56 Rose Bud Cherry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rose Bud Cherry #861E56

Tints of Rose Bud Cherry #861E56

Color information

#861E56 (or 0x861E56) is unknown color: approx Rose Bud Cherry. HEX triplet: 86, 1E and 56. RGB value is (134,30,86). Sum of RGB (Red+Green+Blue) = 134+30+86=250 (33% of max value = 765). Red value is 134 (52.73% from 255 or 53.6% from 250); Green value is 30 (12.11% from 255 or 12% from 250); Blue value is 86 (33.98% from 255 or 34.4% from 250); Max value from RGB is 134 - color contains mainly: red. Hex color #861E56 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #861E56 is #79E1A9. Grayscale: #434343. Windows color (decimal): -7987626 or 5643910. OLE color: 5643910.

HSL color Cylindrical-coordinate representation of color #861E56: hue angle of 327.69º degrees, saturation: 0.63, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #861E56 is Cyan = 0, Magento = 0.78, Yellow = 0.36 and Black (K on CMYK) = 0.47.

Color convert

RGB1343086-
CMYK00.780.360.47
HSL327.69º63.41%32.16%-
HSV(B)327.69º77.61%52.55%-
XYZ11.986.679.46-
YUV67.48138.46175.45-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 53.6%
GREEN value IS 30 (12.11% from 255) = 12%
BLUE value IS 86 (33.98% from 255) = 34.4%
R=53.6%
G=12%
B=34.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.36
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134308600.780.360.47327.6963.4132.16
Hex861E5604E242F1483f20
Octal20636126011644575107740
Binary1000011011110101011001001110100100101111101001000111111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #861E56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #861E56; }

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

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

<style>
 a { background-color: #861E56; }

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

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

<style>
 span { border-color: #861E56; }

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

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