#965868

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

Shades of Vin Rouge #965868

Tints of Vin Rouge #965868

Color information

#965868 (or 0x965868) is unknown color: approx Vin Rouge. HEX triplet: 96, 58 and 68. RGB value is (150,88,104). Sum of RGB (Red+Green+Blue) = 150+88+104=342 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.86% from 342); Green value is 88 (34.77% from 255 or 25.73% from 342); Blue value is 104 (41.02% from 255 or 30.41% from 342); Max value from RGB is 150 - color contains mainly: red. Hex color #965868 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #965868 is #69A797. Grayscale: #6C6C6C. Windows color (decimal): -6924184 or 6838422. OLE color: 6838422.

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

Color convert

RGB15088104-
CMYK00.410.310.41
HSL344.52º26.05%46.67%-
HSV(B)344.52º41.33%58.82%-
XYZ18.5714.4614.91-
YUV108.36125.54157.7-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 43.86%
GREEN value IS 88 (34.77% from 255) = 25.73%
BLUE value IS 104 (41.02% from 255) = 30.41%
R=43.86%
G=25.73%
B=30.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.31
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1508810400.410.310.41344.5226.0546.67
Hex9658680291F291591a2f
Octal22613015005137515313257
Binary100101101011000110100001010011111110100110101100111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #965868

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #965868; }

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

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

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

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

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

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

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

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