#965467

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

Shades of Vin Rouge #965467

Tints of Vin Rouge #965467

Color information

#965467 (or 0x965467) is unknown color: approx Vin Rouge. HEX triplet: 96, 54 and 67. RGB value is (150,84,103). Sum of RGB (Red+Green+Blue) = 150+84+103=337 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.51% from 337); Green value is 84 (33.20% from 255 or 24.93% from 337); Blue value is 103 (40.62% from 255 or 30.56% from 337); Max value from RGB is 150 - color contains mainly: red. Hex color #965467 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #965467 is #69AB98. Grayscale: #696969. Windows color (decimal): -6925209 or 6771862. OLE color: 6771862.

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

Color convert

RGB15084103-
CMYK00.440.310.41
HSL342.73º28.21%45.88%-
HSV(B)342.73º44%58.82%-
XYZ18.213.814.54-
YUV105.9126.37159.46-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 44.51%
GREEN value IS 84 (33.20% from 255) = 24.93%
BLUE value IS 103 (40.62% from 255) = 30.56%
R=44.51%
G=24.93%
B=30.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.31
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1508410300.440.310.41342.7328.2145.88
Hex96546702C1F291571c2e
Octal22612414705437515273456
Binary100101101010100110011101011001111110100110101011111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #965467

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #965467; }

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

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

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

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

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

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

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

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