#872350

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

Shades of Rose Bud Cherry #872350

Tints of Rose Bud Cherry #872350

Color information

#872350 (or 0x872350) is unknown color: approx Rose Bud Cherry. HEX triplet: 87, 23 and 50. RGB value is (135,35,80). Sum of RGB (Red+Green+Blue) = 135+35+80=250 (33% of max value = 765). Red value is 135 (53.12% from 255 or 54% from 250); Green value is 35 (14.06% from 255 or 14% from 250); Blue value is 80 (31.64% from 255 or 32% from 250); Max value from RGB is 135 - color contains mainly: red. Hex color #872350 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #872350 is #78DCAF. Grayscale: #454545. Windows color (decimal): -7920816 or 5251975. OLE color: 5251975.

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

Color convert

RGB1353580-
CMYK00.740.410.47
HSL333º58.82%33.33%-
HSV(B)333º74.07%52.94%-
XYZ12.046.938.29-
YUV70.03133.63174.34-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 54%
GREEN value IS 35 (14.06% from 255) = 14%
BLUE value IS 80 (31.64% from 255) = 32%
R=54%
G=14%
B=32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.41
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135358000.740.410.4733358.8233.33
Hex87235004A292F14d3b21
Octal20743120011251575157341
Binary10000111100011101000001001010101001101111101001101111011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #872350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #872350; }

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

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

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

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

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

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

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

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