#975365

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

Shades of Vin Rouge #975365

Tints of Vin Rouge #975365

Color information

#975365 (or 0x975365) is unknown color: approx Vin Rouge. HEX triplet: 97, 53 and 65. RGB value is (151,83,101). Sum of RGB (Red+Green+Blue) = 151+83+101=335 (44% of max value = 765). Red value is 151 (59.38% from 255 or 45.07% from 335); Green value is 83 (32.81% from 255 or 24.78% from 335); Blue value is 101 (39.84% from 255 or 30.15% from 335); Max value from RGB is 151 - color contains mainly: red. Hex color #975365 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #975365 is #68AC9A. Grayscale: #696969. Windows color (decimal): -6859931 or 6640535. OLE color: 6640535.

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

Color convert

RGB15183101-
CMYK00.450.330.41
HSL344.12º29.06%45.88%-
HSV(B)344.12º45.03%59.22%-
XYZ18.213.7114-
YUV105.38125.53160.54-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 45.07%
GREEN value IS 83 (32.81% from 255) = 24.78%
BLUE value IS 101 (39.84% from 255) = 30.15%
R=45.07%
G=24.78%
B=30.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.33
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1518310100.450.330.41344.1229.0645.88
Hex97536502D21291581d2e
Octal22712314505541515303556
Binary1001011110100111100101010110110000110100110101100011101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #975365

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #975365; }

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

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

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

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

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

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

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

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