#862460

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

Shades of Rose Bud Cherry #862460

Tints of Rose Bud Cherry #862460

Color information

#862460 (or 0x862460) is unknown color: approx Rose Bud Cherry. HEX triplet: 86, 24 and 60. RGB value is (134,36,96). Sum of RGB (Red+Green+Blue) = 134+36+96=266 (35% of max value = 765). Red value is 134 (52.73% from 255 or 50.38% from 266); Green value is 36 (14.45% from 255 or 13.53% from 266); Blue value is 96 (37.89% from 255 or 36.09% from 266); Max value from RGB is 134 - color contains mainly: red. Hex color #862460 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #862460 is #79DB9F. Grayscale: #484848. Windows color (decimal): -7986080 or 6300806. OLE color: 6300806.

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

Color convert

RGB1343696-
CMYK00.730.280.47
HSL323.27º57.65%33.33%-
HSV(B)323.27º73.13%52.55%-
XYZ12.577.1711.79-
YUV72.14141.47172.12-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 50.38%
GREEN value IS 36 (14.45% from 255) = 13.53%
BLUE value IS 96 (37.89% from 255) = 36.09%
R=50.38%
G=13.53%
B=36.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.28
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134369600.730.280.47323.2757.6533.33
Hex8624600491C2F1433a21
Octal20644140011134575037241
Binary1000011010010011000000100100111100101111101000011111010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #862460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #862460; }

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

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

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

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

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

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

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

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