#975264

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

Shades of Vin Rouge #975264

Tints of Vin Rouge #975264

Color information

#975264 (or 0x975264) is unknown color: approx Vin Rouge. HEX triplet: 97, 52 and 64. RGB value is (151,82,100). Sum of RGB (Red+Green+Blue) = 151+82+100=333 (44% of max value = 765). Red value is 151 (59.38% from 255 or 45.35% from 333); Green value is 82 (32.42% from 255 or 24.62% from 333); Blue value is 100 (39.45% from 255 or 30.03% from 333); Max value from RGB is 151 - color contains mainly: red. Hex color #975264 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #975264 is #68AD9B. Grayscale: #686868. Windows color (decimal): -6860188 or 6574743. OLE color: 6574743.

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

Color convert

RGB15182100-
CMYK00.460.340.41
HSL344.35º29.61%45.69%-
HSV(B)344.35º45.7%59.22%-
XYZ18.0813.5313.72-
YUV104.68125.36161.04-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 45.35%
GREEN value IS 82 (32.42% from 255) = 24.62%
BLUE value IS 100 (39.45% from 255) = 30.03%
R=45.35%
G=24.62%
B=30.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.34
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1518210000.460.340.41344.3529.6145.69
Hex97526402E22291581e2e
Octal22712214405642515303656
Binary1001011110100101100100010111010001010100110101100011110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #975264

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #975264; }

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

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

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

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

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

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

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

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