#965463

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

Shades of Vin Rouge #965463

Tints of Vin Rouge #965463

Color information

#965463 (or 0x965463) is unknown color: approx Vin Rouge. HEX triplet: 96, 54 and 63. RGB value is (150,84,99). Sum of RGB (Red+Green+Blue) = 150+84+99=333 (44% of max value = 765). Red value is 150 (58.98% from 255 or 45.05% from 333); Green value is 84 (33.20% from 255 or 25.23% from 333); Blue value is 99 (39.06% from 255 or 29.73% from 333); Max value from RGB is 150 - color contains mainly: red. Hex color #965463 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #965463 is #69AB9C. Grayscale: #696969. Windows color (decimal): -6925213 or 6509718. OLE color: 6509718.

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

Color convert

RGB1508499-
CMYK00.440.340.41
HSL346.36º28.21%45.88%-
HSV(B)346.36º44%58.82%-
XYZ1813.7313.5-
YUV105.44124.37159.78-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 45.05%
GREEN value IS 84 (33.20% from 255) = 25.23%
BLUE value IS 99 (39.06% from 255) = 29.73%
R=45.05%
G=25.23%
B=29.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.34
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150849900.440.340.41346.3628.2145.88
Hex96546302C222915a1c2e
Octal22612414305442515323456
Binary1001011010101001100011010110010001010100110101101011100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #965463

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #965463; }

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

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

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

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

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

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

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

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