#995068

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

Shades of Vin Rouge #995068

Tints of Vin Rouge #995068

Color information

#995068 (or 0x995068) is unknown color: approx Vin Rouge. HEX triplet: 99, 50 and 68. RGB value is (153,80,104). Sum of RGB (Red+Green+Blue) = 153+80+104=337 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.40% from 337); Green value is 80 (31.64% from 255 or 23.74% from 337); Blue value is 104 (41.02% from 255 or 30.86% from 337); Max value from RGB is 153 - color contains mainly: red. Hex color #995068 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #995068 is #66AF97. Grayscale: #686868. Windows color (decimal): -6729624 or 6836377. OLE color: 6836377.

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

Color convert

RGB15380104-
CMYK00.480.320.4
HSL340.27º31.33%45.69%-
HSV(B)340.27º47.71%60%-
XYZ18.513.5114.73-
YUV104.56127.68162.55-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 45.40%
GREEN value IS 80 (31.64% from 255) = 23.74%
BLUE value IS 104 (41.02% from 255) = 30.86%
R=45.40%
G=23.74%
B=30.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.32
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1538010400.480.320.4340.2731.3345.69
Hex99506803020281541f2e
Octal23112015006040505243756
Binary1001100110100001101000011000010000010100010101010011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #995068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #995068; }

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

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

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

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

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

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

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

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