#965059

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

Shades of Vin Rouge #965059

Tints of Vin Rouge #965059

Color information

#965059 (or 0x965059) is unknown color: approx Vin Rouge. HEX triplet: 96, 50 and 59. RGB value is (150,80,89). Sum of RGB (Red+Green+Blue) = 150+80+89=319 (42% of max value = 765). Red value is 150 (58.98% from 255 or 47.02% from 319); Green value is 80 (31.64% from 255 or 25.08% from 319); Blue value is 89 (35.16% from 255 or 27.90% from 319); Max value from RGB is 150 - color contains mainly: red. Hex color #965059 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #965059 is #69AFA6. Grayscale: #656565. Windows color (decimal): -6926247 or 5853334. OLE color: 5853334.

HSL color Cylindrical-coordinate representation of color #965059: hue angle of 352.29º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #965059 is Cyan = 0, Magento = 0.47, Yellow = 0.41 and Black (K on CMYK) = 0.41.

Color convert

RGB1508089-
CMYK00.470.410.41
HSL352.29º30.43%45.1%-
HSV(B)352.29º46.67%58.82%-
XYZ17.2512.9411.04-
YUV101.96120.69162.27-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 47.02%
GREEN value IS 80 (31.64% from 255) = 25.08%
BLUE value IS 89 (35.16% from 255) = 27.90%
R=47.02%
G=25.08%
B=27.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.41
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150808900.470.410.41352.2930.4345.1
Hex96505902F29291601e2d
Octal22612013105751515403655
Binary1001011010100001011001010111110100110100110110000011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #965059

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #965059; }

 p { color: rgb(150,80,89); }

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

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

 a { background-color: rgb(150,80,89); }

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

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

 span { border-color: rgb(150,80,89); }

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