#862960

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

Shades of Rose Bud Cherry #862960

Tints of Rose Bud Cherry #862960

Color information

#862960 (or 0x862960) is unknown color: approx Rose Bud Cherry. HEX triplet: 86, 29 and 60. RGB value is (134,41,96). Sum of RGB (Red+Green+Blue) = 134+41+96=271 (35% of max value = 765). Red value is 134 (52.73% from 255 or 49.45% from 271); Green value is 41 (16.41% from 255 or 15.13% from 271); Blue value is 96 (37.89% from 255 or 35.42% from 271); Max value from RGB is 134 - color contains mainly: red. Hex color #862960 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #862960 is #79D69F. Grayscale: #4A4A4A. Windows color (decimal): -7984800 or 6302086. OLE color: 6302086.

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

Color convert

RGB1344196-
CMYK00.690.280.47
HSL324.52º53.14%34.31%-
HSV(B)324.52º69.4%52.55%-
XYZ12.747.511.84-
YUV75.08139.81170.03-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 49.45%
GREEN value IS 41 (16.41% from 255) = 15.13%
BLUE value IS 96 (37.89% from 255) = 35.42%
R=49.45%
G=15.13%
B=35.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.28
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134419600.690.280.47324.5253.1434.31
Hex8629600451C2F1453522
Octal20651140010534575056542
Binary1000011010100111000000100010111100101111101000101110101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #862960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #862960; }

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

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

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

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

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

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

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

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