#975259

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

Shades of Vin Rouge #975259

Tints of Vin Rouge #975259

Color information

#975259 (or 0x975259) is unknown color: approx Vin Rouge. HEX triplet: 97, 52 and 59. RGB value is (151,82,89). Sum of RGB (Red+Green+Blue) = 151+82+89=322 (42% of max value = 765). Red value is 151 (59.38% from 255 or 46.89% from 322); Green value is 82 (32.42% from 255 or 25.47% from 322); Blue value is 89 (35.16% from 255 or 27.64% from 322); Max value from RGB is 151 - color contains mainly: red. Hex color #975259 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #975259 is #68ADA6. Grayscale: #676767. Windows color (decimal): -6860199 or 5853847. OLE color: 5853847.

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

Color convert

RGB1518289-
CMYK00.460.410.41
HSL353.91º29.61%45.69%-
HSV(B)353.91º45.7%59.22%-
XYZ17.5813.3411.1-
YUV103.43119.86161.93-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 46.89%
GREEN value IS 82 (32.42% from 255) = 25.47%
BLUE value IS 89 (35.16% from 255) = 27.64%
R=46.89%
G=25.47%
B=27.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.41
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151828900.460.410.41353.9129.6145.69
Hex97525902E29291621e2e
Octal22712213105651515423656
Binary1001011110100101011001010111010100110100110110001011110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #975259

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #975259; }

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

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

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

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

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

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

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

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