#965767

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

Shades of Vin Rouge #965767

Tints of Vin Rouge #965767

Color information

#965767 (or 0x965767) is unknown color: approx Vin Rouge. HEX triplet: 96, 57 and 67. RGB value is (150,87,103). Sum of RGB (Red+Green+Blue) = 150+87+103=340 (45% of max value = 765). Red value is 150 (58.98% from 255 or 44.12% from 340); Green value is 87 (34.38% from 255 or 25.59% from 340); Blue value is 103 (40.62% from 255 or 30.29% from 340); Max value from RGB is 150 - color contains mainly: red. Hex color #965767 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #965767 is #69A898. Grayscale: #6B6B6B. Windows color (decimal): -6924441 or 6772630. OLE color: 6772630.

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

Color convert

RGB15087103-
CMYK00.420.310.41
HSL344.76º26.58%46.47%-
HSV(B)344.76º42%58.82%-
XYZ18.4314.2814.62-
YUV107.66125.37158.2-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 44.12%
GREEN value IS 87 (34.38% from 255) = 25.59%
BLUE value IS 103 (40.62% from 255) = 30.29%
R=44.12%
G=25.59%
B=30.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.31
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1508710300.420.310.41344.7626.5846.47
Hex96576702A1F291591b2e
Octal22612714705237515313356
Binary100101101010111110011101010101111110100110101100111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #965767

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #965767; }

 p { color: rgb(150,87,103); }

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

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

 a { background-color: rgb(150,87,103); }

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

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

 span { border-color: rgb(150,87,103); }

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