#975361

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

Shades of Vin Rouge #975361

Tints of Vin Rouge #975361

Color information

#975361 (or 0x975361) is unknown color: approx Vin Rouge. HEX triplet: 97, 53 and 61. RGB value is (151,83,97). Sum of RGB (Red+Green+Blue) = 151+83+97=331 (43% of max value = 765). Red value is 151 (59.38% from 255 or 45.62% from 331); Green value is 83 (32.81% from 255 or 25.08% from 331); Blue value is 97 (38.28% from 255 or 29.31% from 331); Max value from RGB is 151 - color contains mainly: red. Hex color #975361 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #975361 is #68AC9E. Grayscale: #686868. Windows color (decimal): -6859935 or 6378391. OLE color: 6378391.

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

Color convert

RGB1518397-
CMYK00.450.360.41
HSL347.65º29.06%45.88%-
HSV(B)347.65º45.03%59.22%-
XYZ18.0113.6312.99-
YUV104.93123.53160.86-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 45.62%
GREEN value IS 83 (32.81% from 255) = 25.08%
BLUE value IS 97 (38.28% from 255) = 29.31%
R=45.62%
G=25.08%
B=29.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.36
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151839700.450.360.41347.6529.0645.88
Hex97536102D242915c1d2e
Octal22712314105544515343556
Binary1001011110100111100001010110110010010100110101110011101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #975361

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #975361; }

 p { color: rgb(151,83,97); }

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

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

 a { background-color: rgb(151,83,97); }

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

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

 span { border-color: rgb(151,83,97); }

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