#87225A

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

Shades of Rose Bud Cherry #87225A

Tints of Rose Bud Cherry #87225A

Color information

#87225A (or 0x87225A) is unknown color: approx Rose Bud Cherry. HEX triplet: 87, 22 and 5A. RGB value is (135,34,90). Sum of RGB (Red+Green+Blue) = 135+34+90=259 (34% of max value = 765). Red value is 135 (53.12% from 255 or 52.12% from 259); Green value is 34 (13.67% from 255 or 13.13% from 259); Blue value is 90 (35.55% from 255 or 34.75% from 259); Max value from RGB is 135 - color contains mainly: red. Hex color #87225A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #87225A is #78DDA5. Grayscale: #464646. Windows color (decimal): -7921062 or 5907079. OLE color: 5907079.

HSL color Cylindrical-coordinate representation of color #87225A: hue angle of 326.73º 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 #87225A is Cyan = 0, Magento = 0.75, Yellow = 0.33 and Black (K on CMYK) = 0.47.

Color convert

RGB1353490-
CMYK00.750.330.47
HSL326.73º59.76%33.14%-
HSV(B)326.73º74.81%52.94%-
XYZ12.417.0310.38-
YUV70.58138.96173.95-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 52.12%
GREEN value IS 34 (13.67% from 255) = 13.13%
BLUE value IS 90 (35.55% from 255) = 34.75%
R=52.12%
G=13.13%
B=34.75%

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
Decimal135349000.750.330.47326.7359.7633.14
Hex87225A04B212F1473c21
Octal20742132011341575077441
Binary10000111100010101101001001011100001101111101000111111100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87225A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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