#873D5E

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

Shades of Rose Bud Cherry #873D5E

Tints of Rose Bud Cherry #873D5E

Color information

#873D5E (or 0x873D5E) is unknown color: approx Rose Bud Cherry. HEX triplet: 87, 3D and 5E. RGB value is (135,61,94). Sum of RGB (Red+Green+Blue) = 135+61+94=290 (38% of max value = 765). Red value is 135 (53.12% from 255 or 46.55% from 290); Green value is 61 (24.22% from 255 or 21.03% from 290); Blue value is 94 (37.11% from 255 or 32.41% from 290); Max value from RGB is 135 - color contains mainly: red. Hex color #873D5E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #873D5E is #78C2A1. Grayscale: #565656. Windows color (decimal): -7914146 or 6176135. OLE color: 6176135.

HSL color Cylindrical-coordinate representation of color #873D5E: hue angle of 333.24º 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 #873D5E is Cyan = 0, Magento = 0.55, Yellow = 0.30 and Black (K on CMYK) = 0.47.

Color convert

RGB1356194-
CMYK00.550.300.47
HSL333.24º37.76%38.43%-
HSV(B)333.24º54.81%52.94%-
XYZ13.689.311.66-
YUV86.89132.02162.32-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 46.55%
GREEN value IS 61 (24.22% from 255) = 21.03%
BLUE value IS 94 (37.11% from 255) = 32.41%
R=46.55%
G=21.03%
B=32.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.30
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135619400.550.300.47333.2437.7638.43
Hex873D5E0371E2F14d2626
Octal2077513606736575154646
Binary100001111111011011110011011111110101111101001101100110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #873D5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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