#87375D

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

Shades of Rose Bud Cherry #87375D

Tints of Rose Bud Cherry #87375D

Color information

#87375D (or 0x87375D) is unknown color: approx Rose Bud Cherry. HEX triplet: 87, 37 and 5D. RGB value is (135,55,93). Sum of RGB (Red+Green+Blue) = 135+55+93=283 (37% of max value = 765). Red value is 135 (53.12% from 255 or 47.70% from 283); Green value is 55 (21.88% from 255 or 19.43% from 283); Blue value is 93 (36.72% from 255 or 32.86% from 283); Max value from RGB is 135 - color contains mainly: red. Hex color #87375D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #87375D is #78C8A2. Grayscale: #535353. Windows color (decimal): -7915683 or 6109063. OLE color: 6109063.

HSL color Cylindrical-coordinate representation of color #87375D: hue angle of 331.5º 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 #87375D is Cyan = 0, Magento = 0.59, Yellow = 0.31 and Black (K on CMYK) = 0.47.

Color convert

RGB1355593-
CMYK00.590.310.47
HSL331.5º42.11%37.25%-
HSV(B)331.5º59.26%52.94%-
XYZ13.338.6711.33-
YUV83.25133.5164.91-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 47.70%
GREEN value IS 55 (21.88% from 255) = 19.43%
BLUE value IS 93 (36.72% from 255) = 32.86%
R=47.70%
G=19.43%
B=32.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.31
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135559300.590.310.47331.542.1137.25
Hex87375D03B1F2F14c2a25
Octal2076713507337575145245
Binary100001111101111011101011101111111101111101001100101010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87375D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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