#995464

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

Shades of Vin Rouge #995464

Tints of Vin Rouge #995464

Color information

#995464 (or 0x995464) is unknown color: approx Vin Rouge. HEX triplet: 99, 54 and 64. RGB value is (153,84,100). Sum of RGB (Red+Green+Blue) = 153+84+100=337 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.40% from 337); Green value is 84 (33.20% from 255 or 24.93% from 337); Blue value is 100 (39.45% from 255 or 29.67% from 337); Max value from RGB is 153 - color contains mainly: red. Hex color #995464 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #995464 is #66AB9B. Grayscale: #6A6A6A. Windows color (decimal): -6728604 or 6575257. OLE color: 6575257.

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

Color convert

RGB15384100-
CMYK00.450.350.4
HSL346.09º29.11%46.47%-
HSV(B)346.09º45.1%60%-
XYZ18.6114.0313.78-
YUV106.46124.36161.2-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 45.40%
GREEN value IS 84 (33.20% from 255) = 24.93%
BLUE value IS 100 (39.45% from 255) = 29.67%
R=45.40%
G=24.93%
B=29.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.35
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1538410000.450.350.4346.0929.1146.47
Hex99546402D232815a1d2e
Octal23112414405543505323556
Binary1001100110101001100100010110110001110100010101101011101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #995464

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #995464; }

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

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

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

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

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

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

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

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