#872260

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

Shades of Rose Bud Cherry #872260

Tints of Rose Bud Cherry #872260

Color information

#872260 (or 0x872260) is unknown color: approx Rose Bud Cherry. HEX triplet: 87, 22 and 60. RGB value is (135,34,96). Sum of RGB (Red+Green+Blue) = 135+34+96=265 (35% of max value = 765). Red value is 135 (53.12% from 255 or 50.94% from 265); Green value is 34 (13.67% from 255 or 12.83% from 265); Blue value is 96 (37.89% from 255 or 36.23% from 265); Max value from RGB is 135 - color contains mainly: red. Hex color #872260 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #872260 is #78DD9F. Grayscale: #474747. Windows color (decimal): -7921056 or 6300295. OLE color: 6300295.

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

Color convert

RGB1353496-
CMYK00.750.290.47
HSL323.17º59.76%33.14%-
HSV(B)323.17º74.81%52.94%-
XYZ12.687.1411.78-
YUV71.27141.96173.46-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 50.94%
GREEN value IS 34 (13.67% from 255) = 12.83%
BLUE value IS 96 (37.89% from 255) = 36.23%
R=50.94%
G=12.83%
B=36.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.29
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135349600.750.290.47323.1759.7633.14
Hex87226004B1D2F1433c21
Octal20742140011335575037441
Binary1000011110001011000000100101111101101111101000011111100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #872260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #872260; }

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

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

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

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

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

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

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

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