#872250

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

Shades of Rose Bud Cherry #872250

Tints of Rose Bud Cherry #872250

Color information

#872250 (or 0x872250) is unknown color: approx Rose Bud Cherry. HEX triplet: 87, 22 and 50. RGB value is (135,34,80). Sum of RGB (Red+Green+Blue) = 135+34+80=249 (32% of max value = 765). Red value is 135 (53.12% from 255 or 54.22% from 249); Green value is 34 (13.67% from 255 or 13.65% from 249); Blue value is 80 (31.64% from 255 or 32.13% from 249); Max value from RGB is 135 - color contains mainly: red. Hex color #872250 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #872250 is #78DDAF. Grayscale: #454545. Windows color (decimal): -7921072 or 5251719. OLE color: 5251719.

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

Color convert

RGB1353480-
CMYK00.750.410.47
HSL332.67º59.76%33.14%-
HSV(B)332.67º74.81%52.94%-
XYZ12.016.878.28-
YUV69.44133.96174.76-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 54.22%
GREEN value IS 34 (13.67% from 255) = 13.65%
BLUE value IS 80 (31.64% from 255) = 32.13%
R=54.22%
G=13.65%
B=32.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.41
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135348000.750.410.47332.6759.7633.14
Hex87225004B292F14d3c21
Octal20742120011351575157441
Binary10000111100010101000001001011101001101111101001101111100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #872250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #872250; }

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

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

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

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

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

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

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

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