#965260

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

Shades of Vin Rouge #965260

Tints of Vin Rouge #965260

Color information

#965260 (or 0x965260) is unknown color: approx Vin Rouge. HEX triplet: 96, 52 and 60. RGB value is (150,82,96). Sum of RGB (Red+Green+Blue) = 150+82+96=328 (43% of max value = 765). Red value is 150 (58.98% from 255 or 45.73% from 328); Green value is 82 (32.42% from 255 or 25% from 328); Blue value is 96 (37.89% from 255 or 29.27% from 328); Max value from RGB is 150 - color contains mainly: red. Hex color #965260 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #965260 is #69AD9F. Grayscale: #676767. Windows color (decimal): -6925728 or 6312598. OLE color: 6312598.

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

Color convert

RGB1508296-
CMYK00.450.360.41
HSL347.65º29.31%45.49%-
HSV(B)347.65º45.33%58.82%-
XYZ17.7113.3612.71-
YUV103.93123.53160.86-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 45.73%
GREEN value IS 82 (32.42% from 255) = 25%
BLUE value IS 96 (37.89% from 255) = 29.27%
R=45.73%
G=25%
B=29.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.36
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150829600.450.360.41347.6529.3145.49
Hex96526002D242915c1d2d
Octal22612214005544515343555
Binary1001011010100101100000010110110010010100110101110011101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #965260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #965260; }

 p { color: rgb(150,82,96); }

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

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

 a { background-color: rgb(150,82,96); }

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

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

 span { border-color: rgb(150,82,96); }

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