#965265

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

Shades of Vin Rouge #965265

Tints of Vin Rouge #965265

Color information

#965265 (or 0x965265) is unknown color: approx Vin Rouge. HEX triplet: 96, 52 and 65. RGB value is (150,82,101). Sum of RGB (Red+Green+Blue) = 150+82+101=333 (44% of max value = 765). Red value is 150 (58.98% from 255 or 45.05% from 333); Green value is 82 (32.42% from 255 or 24.62% from 333); Blue value is 101 (39.84% from 255 or 30.33% from 333); Max value from RGB is 150 - color contains mainly: red. Hex color #965265 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #965265 is #69AD9A. Grayscale: #686868. Windows color (decimal): -6925723 or 6640278. OLE color: 6640278.

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

Color convert

RGB15082101-
CMYK00.450.330.41
HSL343.24º29.31%45.49%-
HSV(B)343.24º45.33%58.82%-
XYZ17.9413.4613.96-
YUV104.5126.03160.46-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 45.05%
GREEN value IS 82 (32.42% from 255) = 24.62%
BLUE value IS 101 (39.84% from 255) = 30.33%
R=45.05%
G=24.62%
B=30.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.33
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1508210100.450.330.41343.2429.3145.49
Hex96526502D21291571d2d
Octal22612214505541515273555
Binary1001011010100101100101010110110000110100110101011111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #965265

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #965265; }

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

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

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

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

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

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

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

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