#965257

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

Shades of Vin Rouge #965257

Tints of Vin Rouge #965257

Color information

#965257 (or 0x965257) is unknown color: approx Vin Rouge. HEX triplet: 96, 52 and 57. RGB value is (150,82,87). Sum of RGB (Red+Green+Blue) = 150+82+87=319 (42% of max value = 765). Red value is 150 (58.98% from 255 or 47.02% from 319); Green value is 82 (32.42% from 255 or 25.71% from 319); Blue value is 87 (34.38% from 255 or 27.27% from 319); Max value from RGB is 150 - color contains mainly: red. Hex color #965257 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #965257 is #69ADA8. Grayscale: #666666. Windows color (decimal): -6925737 or 5722774. OLE color: 5722774.

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

Color convert

RGB1508287-
CMYK00.450.420.41
HSL355.59º29.31%45.49%-
HSV(B)355.59º45.33%58.82%-
XYZ17.3213.2110.65-
YUV102.9119.03161.59-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 47.02%
GREEN value IS 82 (32.42% from 255) = 25.71%
BLUE value IS 87 (34.38% from 255) = 27.27%
R=47.02%
G=25.71%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.42
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150828700.450.420.41355.5929.3145.49
Hex96525702D2A291641d2d
Octal22612212705552515443555
Binary1001011010100101010111010110110101010100110110010011101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #965257

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #965257; }

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

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

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

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

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

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

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

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