#965468

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

Shades of Vin Rouge #965468

Tints of Vin Rouge #965468

Color information

#965468 (or 0x965468) is unknown color: approx Vin Rouge. HEX triplet: 96, 54 and 68. RGB value is (150,84,104). Sum of RGB (Red+Green+Blue) = 150+84+104=338 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.38% from 338); Green value is 84 (33.20% from 255 or 24.85% from 338); Blue value is 104 (41.02% from 255 or 30.77% from 338); Max value from RGB is 150 - color contains mainly: red. Hex color #965468 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #965468 is #69AB97. Grayscale: #6A6A6A. Windows color (decimal): -6925208 or 6837398. OLE color: 6837398.

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

Color convert

RGB15084104-
CMYK00.440.310.41
HSL341.82º28.21%45.88%-
HSV(B)341.82º44%58.82%-
XYZ18.2513.8214.8-
YUV106.01126.87159.37-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 44.38%
GREEN value IS 84 (33.20% from 255) = 24.85%
BLUE value IS 104 (41.02% from 255) = 30.77%
R=44.38%
G=24.85%
B=30.77%

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
Decimal1508410400.440.310.41341.8228.2145.88
Hex96546802C1F291561c2e
Octal22612415005437515263456
Binary100101101010100110100001011001111110100110101011011100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #965468

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #965468; }

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

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

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

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

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

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

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

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