#873464

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

Shades of Rose Bud Cherry #873464

Tints of Rose Bud Cherry #873464

Color information

#873464 (or 0x873464) is unknown color: approx Rose Bud Cherry. HEX triplet: 87, 34 and 64. RGB value is (135,52,100). Sum of RGB (Red+Green+Blue) = 135+52+100=287 (38% of max value = 765). Red value is 135 (53.12% from 255 or 47.04% from 287); Green value is 52 (20.70% from 255 or 18.12% from 287); Blue value is 100 (39.45% from 255 or 34.84% from 287); Max value from RGB is 135 - color contains mainly: red. Hex color #873464 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #873464 is #78CB9B. Grayscale: #525252. Windows color (decimal): -7916444 or 6567047. OLE color: 6567047.

HSL color Cylindrical-coordinate representation of color #873464: hue angle of 325.3º 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 #873464 is Cyan = 0, Magento = 0.61, Yellow = 0.26 and Black (K on CMYK) = 0.47.

Color convert

RGB13552100-
CMYK00.610.260.47
HSL325.3º44.39%36.67%-
HSV(B)325.3º61.48%52.94%-
XYZ13.528.5312.99-
YUV82.29138165.6-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 47.04%
GREEN value IS 52 (20.70% from 255) = 18.12%
BLUE value IS 100 (39.45% from 255) = 34.84%
R=47.04%
G=18.12%
B=34.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.26
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1355210000.610.260.47325.344.3936.67
Hex87346403D1A2F1452c25
Octal2076414407532575055445
Binary100001111101001100100011110111010101111101000101101100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #873464

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #873464; }

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

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

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

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

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

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

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

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