#873460

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

Shades of Rose Bud Cherry #873460

Tints of Rose Bud Cherry #873460

Color information

#873460 (or 0x873460) is unknown color: approx Rose Bud Cherry. HEX triplet: 87, 34 and 60. RGB value is (135,52,96). Sum of RGB (Red+Green+Blue) = 135+52+96=283 (37% of max value = 765). Red value is 135 (53.12% from 255 or 47.70% from 283); Green value is 52 (20.70% from 255 or 18.37% from 283); Blue value is 96 (37.89% from 255 or 33.92% from 283); Max value from RGB is 135 - color contains mainly: red. Hex color #873460 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #873460 is #78CB9F. Grayscale: #515151. Windows color (decimal): -7916448 or 6304903. OLE color: 6304903.

HSL color Cylindrical-coordinate representation of color #873460: hue angle of 328.19º degrees, saturation: 0.44, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #873460 is Cyan = 0, Magento = 0.61, Yellow = 0.29 and Black (K on CMYK) = 0.47.

Color convert

RGB1355296-
CMYK00.610.290.47
HSL328.19º44.39%36.67%-
HSV(B)328.19º61.48%52.94%-
XYZ13.338.4511.99-
YUV81.83136165.92-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 47.70%
GREEN value IS 52 (20.70% from 255) = 18.37%
BLUE value IS 96 (37.89% from 255) = 33.92%
R=47.70%
G=18.37%
B=33.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.29
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135529600.610.290.47328.1944.3936.67
Hex87346003D1D2F1482c25
Octal2076414007535575105445
Binary100001111101001100000011110111101101111101001000101100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #873460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #873460; }

 p { color: rgb(135,52,96); }

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

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

 a { background-color: rgb(135,52,96); }

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

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

 span { border-color: rgb(135,52,96); }

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