#965161

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

Shades of Vin Rouge #965161

Tints of Vin Rouge #965161

Color information

#965161 (or 0x965161) is unknown color: approx Vin Rouge. HEX triplet: 96, 51 and 61. RGB value is (150,81,97). Sum of RGB (Red+Green+Blue) = 150+81+97=328 (43% of max value = 765). Red value is 150 (58.98% from 255 or 45.73% from 328); Green value is 81 (32.03% from 255 or 24.70% from 328); Blue value is 97 (38.28% from 255 or 29.57% from 328); Max value from RGB is 150 - color contains mainly: red. Hex color #965161 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #965161 is #69AE9E. Grayscale: #676767. Windows color (decimal): -6925983 or 6377878. OLE color: 6377878.

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

Color convert

RGB1508197-
CMYK00.460.350.41
HSL346.09º29.87%45.29%-
HSV(B)346.09º46%58.82%-
XYZ17.6813.2312.93-
YUV103.45124.36161.2-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 45.73%
GREEN value IS 81 (32.03% from 255) = 24.70%
BLUE value IS 97 (38.28% from 255) = 29.57%
R=45.73%
G=24.70%
B=29.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.35
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150819700.460.350.41346.0929.8745.29
Hex96516102E232915a1e2d
Octal22612114105643515323655
Binary1001011010100011100001010111010001110100110101101011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #965161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #965161; }

 p { color: rgb(150,81,97); }

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

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

 a { background-color: rgb(150,81,97); }

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

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

 span { border-color: rgb(150,81,97); }

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