#965459

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

Shades of Vin Rouge #965459

Tints of Vin Rouge #965459

Color information

#965459 (or 0x965459) is unknown color: approx Vin Rouge. HEX triplet: 96, 54 and 59. RGB value is (150,84,89). Sum of RGB (Red+Green+Blue) = 150+84+89=323 (42% of max value = 765). Red value is 150 (58.98% from 255 or 46.44% from 323); Green value is 84 (33.20% from 255 or 26.01% from 323); Blue value is 89 (35.16% from 255 or 27.55% from 323); Max value from RGB is 150 - color contains mainly: red. Hex color #965459 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #965459 is #69ABA6. Grayscale: #686868. Windows color (decimal): -6925223 or 5854358. OLE color: 5854358.

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

Color convert

RGB1508489-
CMYK00.440.410.41
HSL355.45º28.21%45.88%-
HSV(B)355.45º44%58.82%-
XYZ17.5513.5511.14-
YUV104.3119.37160.59-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 46.44%
GREEN value IS 84 (33.20% from 255) = 26.01%
BLUE value IS 89 (35.16% from 255) = 27.55%
R=46.44%
G=26.01%
B=27.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.41
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150848900.440.410.41355.4528.2145.88
Hex96545902C29291631c2e
Octal22612413105451515433456
Binary1001011010101001011001010110010100110100110110001111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #965459

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #965459; }

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

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

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

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

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

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

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

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