#861657

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

Shades of Rose Bud Cherry #861657

Tints of Rose Bud Cherry #861657

Color information

#861657 (or 0x861657) is unknown color: approx Rose Bud Cherry. HEX triplet: 86, 16 and 57. RGB value is (134,22,87). Sum of RGB (Red+Green+Blue) = 134+22+87=243 (32% of max value = 765). Red value is 134 (52.73% from 255 or 55.14% from 243); Green value is 22 (8.98% from 255 or 9.05% from 243); Blue value is 87 (34.38% from 255 or 35.80% from 243); Max value from RGB is 134 - color contains mainly: red. Hex color #861657 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #861657 is #79E9A8. Grayscale: #3E3E3E. Windows color (decimal): -7989673 or 5707398. OLE color: 5707398.

HSL color Cylindrical-coordinate representation of color #861657: hue angle of 325.18º degrees, saturation: 0.72, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #861657 is Cyan = 0, Magento = 0.84, Yellow = 0.35 and Black (K on CMYK) = 0.47.

Color convert

RGB1342287-
CMYK00.840.350.47
HSL325.18º71.79%30.59%-
HSV(B)325.18º83.58%52.55%-
XYZ11.846.339.61-
YUV62.9141.61178.71-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 55.14%
GREEN value IS 22 (8.98% from 255) = 9.05%
BLUE value IS 87 (34.38% from 255) = 35.80%
R=55.14%
G=9.05%
B=35.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.35
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134228700.840.350.47325.1871.7930.59
Hex861657054232F145481f
Octal206261270124435750511037
Binary1000011010110101011101010100100011101111101000101100100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #861657

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #861657; }

 p { color: rgb(134,22,87); }

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

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

 a { background-color: rgb(134,22,87); }

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

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

 span { border-color: rgb(134,22,87); }

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