#873664

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

Shades of Rose Bud Cherry #873664

Tints of Rose Bud Cherry #873664

Color information

#873664 (or 0x873664) is unknown color: approx Rose Bud Cherry. HEX triplet: 87, 36 and 64. RGB value is (135,54,100). Sum of RGB (Red+Green+Blue) = 135+54+100=289 (38% of max value = 765). Red value is 135 (53.12% from 255 or 46.71% from 289); Green value is 54 (21.48% from 255 or 18.69% from 289); Blue value is 100 (39.45% from 255 or 34.60% from 289); Max value from RGB is 135 - color contains mainly: red. Hex color #873664 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #873664 is #78C99B. Grayscale: #535353. Windows color (decimal): -7915932 or 6567559. OLE color: 6567559.

HSL color Cylindrical-coordinate representation of color #873664: hue angle of 325.93º degrees, saturation: 0.43, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #873664 is Cyan = 0, Magento = 0.60, Yellow = 0.26 and Black (K on CMYK) = 0.47.

Color convert

RGB13554100-
CMYK00.600.260.47
HSL325.93º42.86%37.06%-
HSV(B)325.93º60%52.94%-
XYZ13.618.7113.02-
YUV83.46137.34164.76-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 46.71%
GREEN value IS 54 (21.48% from 255) = 18.69%
BLUE value IS 100 (39.45% from 255) = 34.60%
R=46.71%
G=18.69%
B=34.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.26
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1355410000.600.260.47325.9342.8637.06
Hex87366403C1A2F1462b25
Octal2076614407432575065345
Binary100001111101101100100011110011010101111101000110101011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #873664

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #873664; }

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

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

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

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

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

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

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

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