#995459

Color #995459 Vin Rouge (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Vin Rouge #995459

Tints of Vin Rouge #995459

Color information

#995459 (or 0x995459) is unknown color: approx Vin Rouge. HEX triplet: 99, 54 and 59. RGB value is (153,84,89). Sum of RGB (Red+Green+Blue) = 153+84+89=326 (43% of max value = 765). Red value is 153 (60.16% from 255 or 46.93% from 326); Green value is 84 (33.20% from 255 or 25.77% from 326); Blue value is 89 (35.16% from 255 or 27.30% from 326); Max value from RGB is 153 - color contains mainly: red. Hex color #995459 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #995459 is #66ABA6. Grayscale: #696969. Windows color (decimal): -6728615 or 5854361. OLE color: 5854361.

HSL color Cylindrical-coordinate representation of color #995459: hue angle of 355.65º degrees, saturation: 0.29, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #995459 is Cyan = 0, Magento = 0.45, Yellow = 0.42 and Black (K on CMYK) = 0.4.

Color convert

RGB1538489-
CMYK00.450.420.4
HSL355.65º29.11%46.47%-
HSV(B)355.65º45.1%60%-
XYZ18.1113.8311.17-
YUV105.2118.86162.09-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 46.93%
GREEN value IS 84 (33.20% from 255) = 25.77%
BLUE value IS 89 (35.16% from 255) = 27.30%
R=46.93%
G=25.77%
B=27.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.42
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153848900.450.420.4355.6529.1146.47
Hex99545902D2A281641d2e
Octal23112413105552505443556
Binary1001100110101001011001010110110101010100010110010011101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #995459

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #995459; }

 p { color: rgb(153,84,89); }

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

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

 a { background-color: rgb(153,84,89); }

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

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

 span { border-color: rgb(153,84,89); }

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