#873D5C

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

Shades of Rose Bud Cherry #873D5C

Tints of Rose Bud Cherry #873D5C

Color information

#873D5C (or 0x873D5C) is unknown color: approx Rose Bud Cherry. HEX triplet: 87, 3D and 5C. RGB value is (135,61,92). Sum of RGB (Red+Green+Blue) = 135+61+92=288 (38% of max value = 765). Red value is 135 (53.12% from 255 or 46.88% from 288); Green value is 61 (24.22% from 255 or 21.18% from 288); Blue value is 92 (36.33% from 255 or 31.94% from 288); Max value from RGB is 135 - color contains mainly: red. Hex color #873D5C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #873D5C is #78C2A3. Grayscale: #565656. Windows color (decimal): -7914148 or 6045063. OLE color: 6045063.

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

Color convert

RGB1356192-
CMYK00.550.320.47
HSL334.86º37.76%38.43%-
HSV(B)334.86º54.81%52.94%-
XYZ13.599.2611.2-
YUV86.66131.02162.48-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 46.88%
GREEN value IS 61 (24.22% from 255) = 21.18%
BLUE value IS 92 (36.33% from 255) = 31.94%
R=46.88%
G=21.18%
B=31.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.32
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135619200.550.320.47334.8637.7638.43
Hex873D5C037202F14f2626
Octal2077513406740575174646
Binary1000011111110110111000110111100000101111101001111100110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #873D5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,61,92); }

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

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

 a { background-color: rgb(135,61,92); }

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

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

 span { border-color: rgb(135,61,92); }

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