#87305F

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

Shades of Rose Bud Cherry #87305F

Tints of Rose Bud Cherry #87305F

Color information

#87305F (or 0x87305F) is unknown color: approx Rose Bud Cherry. HEX triplet: 87, 30 and 5F. RGB value is (135,48,95). Sum of RGB (Red+Green+Blue) = 135+48+95=278 (36% of max value = 765). Red value is 135 (53.12% from 255 or 48.56% from 278); Green value is 48 (19.14% from 255 or 17.27% from 278); Blue value is 95 (37.5% from 255 or 34.17% from 278); Max value from RGB is 135 - color contains mainly: red. Hex color #87305F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #87305F is #78CFA0. Grayscale: #4F4F4F. Windows color (decimal): -7917473 or 6238343. OLE color: 6238343.

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

Color convert

RGB1354895-
CMYK00.640.300.47
HSL327.59º47.54%35.88%-
HSV(B)327.59º64.44%52.94%-
XYZ13.118.0911.7-
YUV79.37136.82167.68-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 48.56%
GREEN value IS 48 (19.14% from 255) = 17.27%
BLUE value IS 95 (37.5% from 255) = 34.17%
R=48.56%
G=17.27%
B=34.17%

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
Decimal135489500.640.300.47327.5947.5435.88
Hex87305F0401E2F1483024
Octal20760137010036575106044
Binary1000011111000010111110100000011110101111101001000110000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87305F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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