#862660

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

Shades of Rose Bud Cherry #862660

Tints of Rose Bud Cherry #862660

Color information

#862660 (or 0x862660) is unknown color: approx Rose Bud Cherry. HEX triplet: 86, 26 and 60. RGB value is (134,38,96). Sum of RGB (Red+Green+Blue) = 134+38+96=268 (35% of max value = 765). Red value is 134 (52.73% from 255 or 50% from 268); Green value is 38 (15.23% from 255 or 14.18% from 268); Blue value is 96 (37.89% from 255 or 35.82% from 268); Max value from RGB is 134 - color contains mainly: red. Hex color #862660 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #862660 is #79D99F. Grayscale: #494949. Windows color (decimal): -7985568 or 6301318. OLE color: 6301318.

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

Color convert

RGB1343896-
CMYK00.720.280.47
HSL323.75º55.81%33.73%-
HSV(B)323.75º71.64%52.55%-
XYZ12.647.311.81-
YUV73.32140.8171.28-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 50%
GREEN value IS 38 (15.23% from 255) = 14.18%
BLUE value IS 96 (37.89% from 255) = 35.82%
R=50%
G=14.18%
B=35.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.28
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134389600.720.280.47323.7555.8133.73
Hex8626600481C2F1443822
Octal20646140011034575047042
Binary1000011010011011000000100100011100101111101000100111000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #862660

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #862660; }

 p { color: rgb(134,38,96); }

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

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

 a { background-color: rgb(134,38,96); }

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

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

 span { border-color: rgb(134,38,96); }

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