#995466

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

Shades of Vin Rouge #995466

Tints of Vin Rouge #995466

Color information

#995466 (or 0x995466) is unknown color: approx Vin Rouge. HEX triplet: 99, 54 and 66. RGB value is (153,84,102). Sum of RGB (Red+Green+Blue) = 153+84+102=339 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.13% from 339); Green value is 84 (33.20% from 255 or 24.78% from 339); Blue value is 102 (40.23% from 255 or 30.09% from 339); Max value from RGB is 153 - color contains mainly: red. Hex color #995466 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #995466 is #66AB99. Grayscale: #6A6A6A. Windows color (decimal): -6728602 or 6706329. OLE color: 6706329.

HSL color Cylindrical-coordinate representation of color #995466: hue angle of 344.35º 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 #995466 is Cyan = 0, Magento = 0.45, Yellow = 0.33 and Black (K on CMYK) = 0.4.

Color convert

RGB15384102-
CMYK00.450.330.4
HSL344.35º29.11%46.47%-
HSV(B)344.35º45.1%60%-
XYZ18.7114.0714.3-
YUV106.68125.36161.04-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 45.13%
GREEN value IS 84 (33.20% from 255) = 24.78%
BLUE value IS 102 (40.23% from 255) = 30.09%
R=45.13%
G=24.78%
B=30.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.33
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1538410200.450.330.4344.3529.1146.47
Hex99546602D21281581d2e
Octal23112414605541505303556
Binary1001100110101001100110010110110000110100010101100011101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #995466

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #995466; }

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

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

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

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

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

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

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

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