#965568

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

Shades of Vin Rouge #965568

Tints of Vin Rouge #965568

Color information

#965568 (or 0x965568) is unknown color: approx Vin Rouge. HEX triplet: 96, 55 and 68. RGB value is (150,85,104). Sum of RGB (Red+Green+Blue) = 150+85+104=339 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.25% from 339); Green value is 85 (33.59% from 255 or 25.07% from 339); Blue value is 104 (41.02% from 255 or 30.68% from 339); Max value from RGB is 150 - color contains mainly: red. Hex color #965568 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #965568 is #69AA97. Grayscale: #6A6A6A. Windows color (decimal): -6924952 or 6837654. OLE color: 6837654.

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

Color convert

RGB15085104-
CMYK00.430.310.41
HSL342.46º27.66%46.08%-
HSV(B)342.46º43.33%58.82%-
XYZ18.3213.9814.83-
YUV106.6126.53158.96-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 44.25%
GREEN value IS 85 (33.59% from 255) = 25.07%
BLUE value IS 104 (41.02% from 255) = 30.68%
R=44.25%
G=25.07%
B=30.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.31
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1508510400.430.310.41342.4627.6646.08
Hex96556802B1F291561c2e
Octal22612515005337515263456
Binary100101101010101110100001010111111110100110101011011100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #965568

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #965568; }

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

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

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

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

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

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

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

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