#873B5E

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

Shades of Rose Bud Cherry #873B5E

Tints of Rose Bud Cherry #873B5E

Color information

#873B5E (or 0x873B5E) is unknown color: approx Rose Bud Cherry. HEX triplet: 87, 3B and 5E. RGB value is (135,59,94). Sum of RGB (Red+Green+Blue) = 135+59+94=288 (38% of max value = 765). Red value is 135 (53.12% from 255 or 46.88% from 288); Green value is 59 (23.44% from 255 or 20.49% from 288); Blue value is 94 (37.11% from 255 or 32.64% from 288); Max value from RGB is 135 - color contains mainly: red. Hex color #873B5E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #873B5E is #78C4A1. Grayscale: #555555. Windows color (decimal): -7914658 or 6175623. OLE color: 6175623.

HSL color Cylindrical-coordinate representation of color #873B5E: hue angle of 332.37º degrees, saturation: 0.39, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #873B5E is Cyan = 0, Magento = 0.56, Yellow = 0.30 and Black (K on CMYK) = 0.47.

Color convert

RGB1355994-
CMYK00.560.300.47
HSL332.37º39.18%38.04%-
HSV(B)332.37º56.3%52.94%-
XYZ13.589.0911.63-
YUV85.71132.68163.15-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 46.88%
GREEN value IS 59 (23.44% from 255) = 20.49%
BLUE value IS 94 (37.11% from 255) = 32.64%
R=46.88%
G=20.49%
B=32.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.30
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135599400.560.300.47332.3739.1838.04
Hex873B5E0381E2F14c2726
Octal2077313607036575144746
Binary100001111110111011110011100011110101111101001100100111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #873B5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #873B5E; }

 p { color: rgb(135,59,94); }

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

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

 a { background-color: rgb(135,59,94); }

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

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

 span { border-color: rgb(135,59,94); }

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