#873C5D

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

Shades of Rose Bud Cherry #873C5D

Tints of Rose Bud Cherry #873C5D

Color information

#873C5D (or 0x873C5D) is unknown color: approx Rose Bud Cherry. HEX triplet: 87, 3C and 5D. RGB value is (135,60,93). Sum of RGB (Red+Green+Blue) = 135+60+93=288 (38% of max value = 765). Red value is 135 (53.12% from 255 or 46.88% from 288); Green value is 60 (23.83% from 255 or 20.83% from 288); Blue value is 93 (36.72% from 255 or 32.29% from 288); Max value from RGB is 135 - color contains mainly: red. Hex color #873C5D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #873C5D is #78C3A2. Grayscale: #565656. Windows color (decimal): -7914403 or 6110343. OLE color: 6110343.

HSL color Cylindrical-coordinate representation of color #873C5D: hue angle of 333.6º degrees, saturation: 0.38, 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 #873C5D is Cyan = 0, Magento = 0.56, Yellow = 0.31 and Black (K on CMYK) = 0.47.

Color convert

RGB1356093-
CMYK00.560.310.47
HSL333.6º38.46%38.24%-
HSV(B)333.6º55.56%52.94%-
XYZ13.589.1711.41-
YUV86.19131.85162.82-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 46.88%
GREEN value IS 60 (23.83% from 255) = 20.83%
BLUE value IS 93 (36.72% from 255) = 32.29%
R=46.88%
G=20.83%
B=32.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.31
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135609300.560.310.47333.638.4638.24
Hex873C5D0381F2F14e2626
Octal2077413507037575164646
Binary100001111111001011101011100011111101111101001110100110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #873C5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,60,93); }

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

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

 a { background-color: rgb(135,60,93); }

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

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

 span { border-color: rgb(135,60,93); }

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