#873064

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

Shades of Rose Bud Cherry #873064

Tints of Rose Bud Cherry #873064

Color information

#873064 (or 0x873064) is unknown color: approx Rose Bud Cherry. HEX triplet: 87, 30 and 64. RGB value is (135,48,100). Sum of RGB (Red+Green+Blue) = 135+48+100=283 (37% of max value = 765). Red value is 135 (53.12% from 255 or 47.70% from 283); Green value is 48 (19.14% from 255 or 16.96% from 283); Blue value is 100 (39.45% from 255 or 35.34% from 283); Max value from RGB is 135 - color contains mainly: red. Hex color #873064 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #873064 is #78CF9B. Grayscale: #4F4F4F. Windows color (decimal): -7917468 or 6566023. OLE color: 6566023.

HSL color Cylindrical-coordinate representation of color #873064: hue angle of 324.14º degrees, saturation: 0.48, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #873064 is Cyan = 0, Magento = 0.64, Yellow = 0.26 and Black (K on CMYK) = 0.47.

Color convert

RGB13548100-
CMYK00.640.260.47
HSL324.14º47.54%35.88%-
HSV(B)324.14º64.44%52.94%-
XYZ13.358.1812.93-
YUV79.94139.32167.27-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 47.70%
GREEN value IS 48 (19.14% from 255) = 16.96%
BLUE value IS 100 (39.45% from 255) = 35.34%
R=47.70%
G=16.96%
B=35.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.26
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1354810000.640.260.47324.1447.5435.88
Hex8730640401A2F1443024
Octal20760144010032575046044
Binary1000011111000011001000100000011010101111101000100110000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #873064

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #873064; }

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

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

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

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

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

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

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

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