#87225B

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

Shades of Rose Bud Cherry #87225B

Tints of Rose Bud Cherry #87225B

Color information

#87225B (or 0x87225B) is unknown color: approx Rose Bud Cherry. HEX triplet: 87, 22 and 5B. RGB value is (135,34,91). Sum of RGB (Red+Green+Blue) = 135+34+91=260 (34% of max value = 765). Red value is 135 (53.12% from 255 or 51.92% from 260); Green value is 34 (13.67% from 255 or 13.08% from 260); Blue value is 91 (35.94% from 255 or 35% from 260); Max value from RGB is 135 - color contains mainly: red. Hex color #87225B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #87225B is #78DDA4. Grayscale: #464646. Windows color (decimal): -7921061 or 5972615. OLE color: 5972615.

HSL color Cylindrical-coordinate representation of color #87225B: hue angle of 326.14º degrees, saturation: 0.6, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #87225B is Cyan = 0, Magento = 0.75, Yellow = 0.33 and Black (K on CMYK) = 0.47.

Color convert

RGB1353491-
CMYK00.750.330.47
HSL326.14º59.76%33.14%-
HSV(B)326.14º74.81%52.94%-
XYZ12.457.0510.6-
YUV70.7139.46173.87-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 51.92%
GREEN value IS 34 (13.67% from 255) = 13.08%
BLUE value IS 91 (35.94% from 255) = 35%
R=51.92%
G=13.08%
B=35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.33
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135349100.750.330.47326.1459.7633.14
Hex87225B04B212F1463c21
Octal20742133011341575067441
Binary10000111100010101101101001011100001101111101000110111100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87225B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #87225B; }

 p { color: rgb(135,34,91); }

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

<style>
 a { background-color: #87225B; }

 a { background-color: rgb(135,34,91); }

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

<style>
 span { border-color: #87225B; }

 span { border-color: rgb(135,34,91); }

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