#873F5A

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

Shades of Rose Bud Cherry #873F5A

Tints of Rose Bud Cherry #873F5A

Color information

#873F5A (or 0x873F5A) is unknown color: approx Rose Bud Cherry. HEX triplet: 87, 3F and 5A. RGB value is (135,63,90). Sum of RGB (Red+Green+Blue) = 135+63+90=288 (38% of max value = 765). Red value is 135 (53.12% from 255 or 46.88% from 288); Green value is 63 (25% from 255 or 21.88% from 288); Blue value is 90 (35.55% from 255 or 31.25% from 288); Max value from RGB is 135 - color contains mainly: red. Hex color #873F5A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #873F5A is #78C0A5. Grayscale: #575757. Windows color (decimal): -7913638 or 5914503. OLE color: 5914503.

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

Color convert

RGB1356390-
CMYK00.530.330.47
HSL337.5º36.36%38.82%-
HSV(B)337.5º53.33%52.94%-
XYZ13.619.4410.78-
YUV87.61129.35161.8-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 46.88%
GREEN value IS 63 (25% from 255) = 21.88%
BLUE value IS 90 (35.55% from 255) = 31.25%
R=46.88%
G=21.88%
B=31.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.33
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135639000.530.330.47337.536.3638.82
Hex873F5A035212F1522427
Octal2077713206541575224447
Binary1000011111111110110100110101100001101111101010010100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #873F5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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