#873C5B

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

Shades of Rose Bud Cherry #873C5B

Tints of Rose Bud Cherry #873C5B

Color information

#873C5B (or 0x873C5B) is unknown color: approx Rose Bud Cherry. HEX triplet: 87, 3C and 5B. RGB value is (135,60,91). Sum of RGB (Red+Green+Blue) = 135+60+91=286 (37% of max value = 765). Red value is 135 (53.12% from 255 or 47.20% from 286); Green value is 60 (23.83% from 255 or 20.98% from 286); Blue value is 91 (35.94% from 255 or 31.82% from 286); Max value from RGB is 135 - color contains mainly: red. Hex color #873C5B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #873C5B is #78C3A4. Grayscale: #555555. Windows color (decimal): -7914405 or 5979271. OLE color: 5979271.

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

Color convert

RGB1356091-
CMYK00.560.330.47
HSL335.2º38.46%38.24%-
HSV(B)335.2º55.56%52.94%-
XYZ13.59.1410.95-
YUV85.96130.85162.98-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 47.20%
GREEN value IS 60 (23.83% from 255) = 20.98%
BLUE value IS 91 (35.94% from 255) = 31.82%
R=47.20%
G=20.98%
B=31.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.33
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135609100.560.330.47335.238.4638.24
Hex873C5B038212F14f2626
Octal2077413307041575174646
Binary1000011111110010110110111000100001101111101001111100110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #873C5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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