#87305A

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

Shades of Rose Bud Cherry #87305A

Tints of Rose Bud Cherry #87305A

Color information

#87305A (or 0x87305A) is unknown color: approx Rose Bud Cherry. HEX triplet: 87, 30 and 5A. RGB value is (135,48,90). Sum of RGB (Red+Green+Blue) = 135+48+90=273 (36% of max value = 765). Red value is 135 (53.12% from 255 or 49.45% from 273); Green value is 48 (19.14% from 255 or 17.58% from 273); Blue value is 90 (35.55% from 255 or 32.97% from 273); Max value from RGB is 135 - color contains mainly: red. Hex color #87305A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #87305A is #78CFA5. Grayscale: #4E4E4E. Windows color (decimal): -7917478 or 5910663. OLE color: 5910663.

HSL color Cylindrical-coordinate representation of color #87305A: hue angle of 331.03º 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 #87305A is Cyan = 0, Magento = 0.64, Yellow = 0.33 and Black (K on CMYK) = 0.47.

Color convert

RGB1354890-
CMYK00.640.330.47
HSL331.03º47.54%35.88%-
HSV(B)331.03º64.44%52.94%-
XYZ12.89810.54-
YUV78.8134.32168.08-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 49.45%
GREEN value IS 48 (19.14% from 255) = 17.58%
BLUE value IS 90 (35.55% from 255) = 32.97%
R=49.45%
G=17.58%
B=32.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.33
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135489000.640.330.47331.0347.5435.88
Hex87305A040212F14b3024
Octal20760132010041575136044
Binary10000111110000101101001000000100001101111101001011110000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87305A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #87305A; }

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

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

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

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

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

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

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

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