#87375F

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

Shades of Rose Bud Cherry #87375F

Tints of Rose Bud Cherry #87375F

Color information

#87375F (or 0x87375F) is unknown color: approx Rose Bud Cherry. HEX triplet: 87, 37 and 5F. RGB value is (135,55,95). Sum of RGB (Red+Green+Blue) = 135+55+95=285 (37% of max value = 765). Red value is 135 (53.12% from 255 or 47.37% from 285); Green value is 55 (21.88% from 255 or 19.30% from 285); Blue value is 95 (37.5% from 255 or 33.33% from 285); Max value from RGB is 135 - color contains mainly: red. Hex color #87375F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #87375F is #78C8A0. Grayscale: #535353. Windows color (decimal): -7915681 or 6240135. OLE color: 6240135.

HSL color Cylindrical-coordinate representation of color #87375F: hue angle of 330º degrees, saturation: 0.42, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #87375F is Cyan = 0, Magento = 0.59, Yellow = 0.30 and Black (K on CMYK) = 0.47.

Color convert

RGB1355595-
CMYK00.590.300.47
HSL330º42.11%37.25%-
HSV(B)330º59.26%52.94%-
XYZ13.428.7111.8-
YUV83.48134.5164.75-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 47.37%
GREEN value IS 55 (21.88% from 255) = 19.30%
BLUE value IS 95 (37.5% from 255) = 33.33%
R=47.37%
G=19.30%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.30
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135559500.590.300.4733042.1137.25
Hex87375F03B1E2F14a2a25
Octal2076713707336575125245
Binary100001111101111011111011101111110101111101001010101010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87375F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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