#87265F

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

Shades of Rose Bud Cherry #87265F

Tints of Rose Bud Cherry #87265F

Color information

#87265F (or 0x87265F) is unknown color: approx Rose Bud Cherry. HEX triplet: 87, 26 and 5F. RGB value is (135,38,95). Sum of RGB (Red+Green+Blue) = 135+38+95=268 (35% of max value = 765). Red value is 135 (53.12% from 255 or 50.37% from 268); Green value is 38 (15.23% from 255 or 14.18% from 268); Blue value is 95 (37.5% from 255 or 35.45% from 268); Max value from RGB is 135 - color contains mainly: red. Hex color #87265F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #87265F is #78D9A0. Grayscale: #494949. Windows color (decimal): -7920033 or 6235783. OLE color: 6235783.

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

Color convert

RGB1353895-
CMYK00.720.300.47
HSL324.74º56.07%33.92%-
HSV(B)324.74º71.85%52.94%-
XYZ12.757.3611.58-
YUV73.5140.14171.87-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 50.37%
GREEN value IS 38 (15.23% from 255) = 14.18%
BLUE value IS 95 (37.5% from 255) = 35.45%
R=50.37%
G=14.18%
B=35.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.30
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135389500.720.300.47324.7456.0733.92
Hex87265F0481E2F1453822
Octal20746137011036575057042
Binary1000011110011010111110100100011110101111101000101111000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87265F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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