#965859

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

Shades of Vin Rouge #965859

Tints of Vin Rouge #965859

Color information

#965859 (or 0x965859) is unknown color: approx Vin Rouge. HEX triplet: 96, 58 and 59. RGB value is (150,88,89). Sum of RGB (Red+Green+Blue) = 150+88+89=327 (43% of max value = 765). Red value is 150 (58.98% from 255 or 45.87% from 327); Green value is 88 (34.77% from 255 or 26.91% from 327); Blue value is 89 (35.16% from 255 or 27.22% from 327); Max value from RGB is 150 - color contains mainly: red. Hex color #965859 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #965859 is #69A7A6. Grayscale: #6A6A6A. Windows color (decimal): -6924199 or 5855382. OLE color: 5855382.

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

Color convert

RGB1508889-
CMYK00.410.410.41
HSL359.03º26.05%46.67%-
HSV(B)359.03º41.33%58.82%-
XYZ17.8714.1811.25-
YUV106.65118.04158.92-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 45.87%
GREEN value IS 88 (34.77% from 255) = 26.91%
BLUE value IS 89 (35.16% from 255) = 27.22%
R=45.87%
G=26.91%
B=27.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.41
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150888900.410.410.41359.0326.0546.67
Hex96585902929291671a2f
Octal22613013105151515473257
Binary1001011010110001011001010100110100110100110110011111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #965859

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #965859; }

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

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

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

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

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

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

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

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