#873358

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

Shades of Rose Bud Cherry #873358

Tints of Rose Bud Cherry #873358

Color information

#873358 (or 0x873358) is unknown color: approx Rose Bud Cherry. HEX triplet: 87, 33 and 58. RGB value is (135,51,88). Sum of RGB (Red+Green+Blue) = 135+51+88=274 (36% of max value = 765). Red value is 135 (53.12% from 255 or 49.27% from 274); Green value is 51 (20.31% from 255 or 18.61% from 274); Blue value is 88 (34.77% from 255 or 32.12% from 274); Max value from RGB is 135 - color contains mainly: red. Hex color #873358 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #873358 is #78CCA7. Grayscale: #505050. Windows color (decimal): -7916712 or 5780359. OLE color: 5780359.

HSL color Cylindrical-coordinate representation of color #873358: hue angle of 333.57º degrees, saturation: 0.45, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #873358 is Cyan = 0, Magento = 0.62, Yellow = 0.35 and Black (K on CMYK) = 0.47.

Color convert

RGB1355188-
CMYK00.620.350.47
HSL333.57º45.16%36.47%-
HSV(B)333.57º62.22%52.94%-
XYZ12.948.2210.14-
YUV80.33132.33166.99-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 49.27%
GREEN value IS 51 (20.31% from 255) = 18.61%
BLUE value IS 88 (34.77% from 255) = 32.12%
R=49.27%
G=18.61%
B=32.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.35
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135518800.620.350.47333.5745.1636.47
Hex87335803E232F14e2d24
Octal2076313007643575165544
Binary1000011111001110110000111110100011101111101001110101101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #873358

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #873358; }

 p { color: rgb(135,51,88); }

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

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

 a { background-color: rgb(135,51,88); }

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

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

 span { border-color: rgb(135,51,88); }

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