#873B5A

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

Shades of Rose Bud Cherry #873B5A

Tints of Rose Bud Cherry #873B5A

Color information

#873B5A (or 0x873B5A) is unknown color: approx Rose Bud Cherry. HEX triplet: 87, 3B and 5A. RGB value is (135,59,90). Sum of RGB (Red+Green+Blue) = 135+59+90=284 (37% of max value = 765). Red value is 135 (53.12% from 255 or 47.54% from 284); Green value is 59 (23.44% from 255 or 20.77% from 284); Blue value is 90 (35.55% from 255 or 31.69% from 284); Max value from RGB is 135 - color contains mainly: red. Hex color #873B5A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #873B5A is #78C4A5. Grayscale: #555555. Windows color (decimal): -7914662 or 5913479. OLE color: 5913479.

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

Color convert

RGB1355990-
CMYK00.560.330.47
HSL335.53º39.18%38.04%-
HSV(B)335.53º56.3%52.94%-
XYZ13.49.0210.71-
YUV85.26130.68163.48-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 47.54%
GREEN value IS 59 (23.44% from 255) = 20.77%
BLUE value IS 90 (35.55% from 255) = 31.69%
R=47.54%
G=20.77%
B=31.69%

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
Decimal135599000.560.330.47335.5339.1838.04
Hex873B5A038212F1502726
Octal2077313207041575204746
Binary1000011111101110110100111000100001101111101010000100111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #873B5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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