#965065

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

Shades of Vin Rouge #965065

Tints of Vin Rouge #965065

Color information

#965065 (or 0x965065) is unknown color: approx Vin Rouge. HEX triplet: 96, 50 and 65. RGB value is (150,80,101). Sum of RGB (Red+Green+Blue) = 150+80+101=331 (43% of max value = 765). Red value is 150 (58.98% from 255 or 45.32% from 331); Green value is 80 (31.64% from 255 or 24.17% from 331); Blue value is 101 (39.84% from 255 or 30.51% from 331); Max value from RGB is 150 - color contains mainly: red. Hex color #965065 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #965065 is #69AF9A. Grayscale: #676767. Windows color (decimal): -6926235 or 6639766. OLE color: 6639766.

HSL color Cylindrical-coordinate representation of color #965065: hue angle of 342º 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 #965065 is Cyan = 0, Magento = 0.47, Yellow = 0.33 and Black (K on CMYK) = 0.41.

Color convert

RGB15080101-
CMYK00.470.330.41
HSL342º30.43%45.1%-
HSV(B)342º46.67%58.82%-
XYZ17.813.1613.91-
YUV103.32126.69161.29-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 45.32%
GREEN value IS 80 (31.64% from 255) = 24.17%
BLUE value IS 101 (39.84% from 255) = 30.51%
R=45.32%
G=24.17%
B=30.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.33
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1508010100.470.330.4134230.4345.1
Hex96506502F21291561e2d
Octal22612014505741515263655
Binary1001011010100001100101010111110000110100110101011011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #965065

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #965065; }

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

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

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

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

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

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

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

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