#87265C

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

Shades of Rose Bud Cherry #87265C

Tints of Rose Bud Cherry #87265C

Color information

#87265C (or 0x87265C) is unknown color: approx Rose Bud Cherry. HEX triplet: 87, 26 and 5C. RGB value is (135,38,92). Sum of RGB (Red+Green+Blue) = 135+38+92=265 (35% of max value = 765). Red value is 135 (53.12% from 255 or 50.94% from 265); Green value is 38 (15.23% from 255 or 14.34% from 265); Blue value is 92 (36.33% from 255 or 34.72% from 265); Max value from RGB is 135 - color contains mainly: red. Hex color #87265C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #87265C is #78D9A3. Grayscale: #494949. Windows color (decimal): -7920036 or 6039175. OLE color: 6039175.

HSL color Cylindrical-coordinate representation of color #87265C: hue angle of 326.6º 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 #87265C is Cyan = 0, Magento = 0.72, Yellow = 0.32 and Black (K on CMYK) = 0.47.

Color convert

RGB1353892-
CMYK00.720.320.47
HSL326.6º56.07%33.92%-
HSV(B)326.6º71.85%52.94%-
XYZ12.627.3110.87-
YUV73.16138.64172.11-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 50.94%
GREEN value IS 38 (15.23% from 255) = 14.34%
BLUE value IS 92 (36.33% from 255) = 34.72%
R=50.94%
G=14.34%
B=34.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.32
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135389200.720.320.47326.656.0733.92
Hex87265C048202F1473822
Octal20746134011040575077042
Binary10000111100110101110001001000100000101111101000111111000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87265C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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