#975459

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

Shades of Vin Rouge #975459

Tints of Vin Rouge #975459

Color information

#975459 (or 0x975459) is unknown color: approx Vin Rouge. HEX triplet: 97, 54 and 59. RGB value is (151,84,89). Sum of RGB (Red+Green+Blue) = 151+84+89=324 (42% of max value = 765). Red value is 151 (59.38% from 255 or 46.60% from 324); Green value is 84 (33.20% from 255 or 25.93% from 324); Blue value is 89 (35.16% from 255 or 27.47% from 324); Max value from RGB is 151 - color contains mainly: red. Hex color #975459 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #975459 is #68ABA6. Grayscale: #686868. Windows color (decimal): -6859687 or 5854359. OLE color: 5854359.

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

Color convert

RGB1518489-
CMYK00.440.410.41
HSL355.52º28.51%46.08%-
HSV(B)355.52º44.37%59.22%-
XYZ17.7413.6411.15-
YUV104.6119.2161.09-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 46.60%
GREEN value IS 84 (33.20% from 255) = 25.93%
BLUE value IS 89 (35.16% from 255) = 27.47%
R=46.60%
G=25.93%
B=27.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.41
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151848900.440.410.41355.5228.5146.08
Hex97545902C29291641d2e
Octal22712413105451515443556
Binary1001011110101001011001010110010100110100110110010011101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #975459

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #975459; }

 p { color: rgb(151,84,89); }

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

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

 a { background-color: rgb(151,84,89); }

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

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

 span { border-color: rgb(151,84,89); }

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