#995468

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

Shades of Vin Rouge #995468

Tints of Vin Rouge #995468

Color information

#995468 (or 0x995468) is unknown color: approx Vin Rouge. HEX triplet: 99, 54 and 68. RGB value is (153,84,104). Sum of RGB (Red+Green+Blue) = 153+84+104=341 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.87% from 341); Green value is 84 (33.20% from 255 or 24.63% from 341); Blue value is 104 (41.02% from 255 or 30.50% from 341); Max value from RGB is 153 - color contains mainly: red. Hex color #995468 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #995468 is #66AB97. Grayscale: #6A6A6A. Windows color (decimal): -6728600 or 6837401. OLE color: 6837401.

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

Color convert

RGB15384104-
CMYK00.450.320.4
HSL342.61º29.11%46.47%-
HSV(B)342.61º45.1%60%-
XYZ18.8114.1114.83-
YUV106.91126.36160.87-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 44.87%
GREEN value IS 84 (33.20% from 255) = 24.63%
BLUE value IS 104 (41.02% from 255) = 30.50%
R=44.87%
G=24.63%
B=30.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.32
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1538410400.450.320.4342.6129.1146.47
Hex99546802D20281571d2e
Octal23112415005540505273556
Binary1001100110101001101000010110110000010100010101011111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #995468

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #995468; }

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

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

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

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

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

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

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

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