#975265

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

Shades of Vin Rouge #975265

Tints of Vin Rouge #975265

Color information

#975265 (or 0x975265) is unknown color: approx Vin Rouge. HEX triplet: 97, 52 and 65. RGB value is (151,82,101). Sum of RGB (Red+Green+Blue) = 151+82+101=334 (44% of max value = 765). Red value is 151 (59.38% from 255 or 45.21% from 334); Green value is 82 (32.42% from 255 or 24.55% from 334); Blue value is 101 (39.84% from 255 or 30.24% from 334); Max value from RGB is 151 - color contains mainly: red. Hex color #975265 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #975265 is #68AD9A. Grayscale: #686868. Windows color (decimal): -6860187 or 6640279. OLE color: 6640279.

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

Color convert

RGB15182101-
CMYK00.460.330.41
HSL343.48º29.61%45.69%-
HSV(B)343.48º45.7%59.22%-
XYZ18.1313.5513.97-
YUV104.8125.86160.96-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 45.21%
GREEN value IS 82 (32.42% from 255) = 24.55%
BLUE value IS 101 (39.84% from 255) = 30.24%
R=45.21%
G=24.55%
B=30.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.33
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1518210100.460.330.41343.4829.6145.69
Hex97526502E21291571e2e
Octal22712214505641515273656
Binary1001011110100101100101010111010000110100110101011111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #975265

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #975265; }

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

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

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

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

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

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

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

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