#87305E

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

Shades of Rose Bud Cherry #87305E

Tints of Rose Bud Cherry #87305E

Color information

#87305E (or 0x87305E) is unknown color: approx Rose Bud Cherry. HEX triplet: 87, 30 and 5E. RGB value is (135,48,94). Sum of RGB (Red+Green+Blue) = 135+48+94=277 (36% of max value = 765). Red value is 135 (53.12% from 255 or 48.74% from 277); Green value is 48 (19.14% from 255 or 17.33% from 277); Blue value is 94 (37.11% from 255 or 33.94% from 277); Max value from RGB is 135 - color contains mainly: red. Hex color #87305E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #87305E is #78CFA1. Grayscale: #4F4F4F. Windows color (decimal): -7917474 or 6172807. OLE color: 6172807.

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

Color convert

RGB1354894-
CMYK00.640.300.47
HSL328.28º47.54%35.88%-
HSV(B)328.28º64.44%52.94%-
XYZ13.078.0711.46-
YUV79.26136.32167.76-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 48.74%
GREEN value IS 48 (19.14% from 255) = 17.33%
BLUE value IS 94 (37.11% from 255) = 33.94%
R=48.74%
G=17.33%
B=33.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.30
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135489400.640.300.47328.2847.5435.88
Hex87305E0401E2F1483024
Octal20760136010036575106044
Binary1000011111000010111100100000011110101111101001000110000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87305E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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