#87224E

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

Shades of Rose Bud Cherry #87224E

Tints of Rose Bud Cherry #87224E

Color information

#87224E (or 0x87224E) is unknown color: approx Rose Bud Cherry. HEX triplet: 87, 22 and 4E. RGB value is (135,34,78). Sum of RGB (Red+Green+Blue) = 135+34+78=247 (32% of max value = 765). Red value is 135 (53.12% from 255 or 54.66% from 247); Green value is 34 (13.67% from 255 or 13.77% from 247); Blue value is 78 (30.86% from 255 or 31.58% from 247); Max value from RGB is 135 - color contains mainly: red. Hex color #87224E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #87224E is #78DDB1. Grayscale: #454545. Windows color (decimal): -7921074 or 5120647. OLE color: 5120647.

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

Color convert

RGB1353478-
CMYK00.750.420.47
HSL333.86º59.76%33.14%-
HSV(B)333.86º74.81%52.94%-
XYZ11.946.857.9-
YUV69.21132.96174.92-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 54.66%
GREEN value IS 34 (13.67% from 255) = 13.77%
BLUE value IS 78 (30.86% from 255) = 31.58%
R=54.66%
G=13.77%
B=31.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.42
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135347800.750.420.47333.8659.7633.14
Hex87224E04B2A2F14e3c21
Octal20742116011352575167441
Binary10000111100010100111001001011101010101111101001110111100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87224E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #87224E; }

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

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

<style>
 a { background-color: #87224E; }

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

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

<style>
 span { border-color: #87224E; }

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

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