#873255

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

Shades of Rose Bud Cherry #873255

Tints of Rose Bud Cherry #873255

Color information

#873255 (or 0x873255) is unknown color: approx Rose Bud Cherry. HEX triplet: 87, 32 and 55. RGB value is (135,50,85). Sum of RGB (Red+Green+Blue) = 135+50+85=270 (35% of max value = 765). Red value is 135 (53.12% from 255 or 50% from 270); Green value is 50 (19.92% from 255 or 18.52% from 270); Blue value is 85 (33.59% from 255 or 31.48% from 270); Max value from RGB is 135 - color contains mainly: red. Hex color #873255 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #873255 is #78CDAA. Grayscale: #4F4F4F. Windows color (decimal): -7916971 or 5583495. OLE color: 5583495.

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

Color convert

RGB1355085-
CMYK00.630.370.47
HSL335.29º45.95%36.27%-
HSV(B)335.29º62.96%52.94%-
XYZ12.778.099.48-
YUV79.4131.16167.65-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 50%
GREEN value IS 50 (19.92% from 255) = 18.52%
BLUE value IS 85 (33.59% from 255) = 31.48%
R=50%
G=18.52%
B=31.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.37
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135508500.630.370.47335.2945.9536.27
Hex87325503F252F14f2e24
Octal2076212507745575175644
Binary1000011111001010101010111111100101101111101001111101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #873255

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #873255; }

 p { color: rgb(135,50,85); }

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

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

 a { background-color: rgb(135,50,85); }

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

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

 span { border-color: rgb(135,50,85); }

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