#975965

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

Shades of Vin Rouge #975965

Tints of Vin Rouge #975965

Color information

#975965 (or 0x975965) is unknown color: approx Vin Rouge. HEX triplet: 97, 59 and 65. RGB value is (151,89,101). Sum of RGB (Red+Green+Blue) = 151+89+101=341 (45% of max value = 765). Red value is 151 (59.38% from 255 or 44.28% from 341); Green value is 89 (35.16% from 255 or 26.10% from 341); Blue value is 101 (39.84% from 255 or 29.62% from 341); Max value from RGB is 151 - color contains mainly: red. Hex color #975965 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #975965 is #68A69A. Grayscale: #6C6C6C. Windows color (decimal): -6858395 or 6642071. OLE color: 6642071.

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

Color convert

RGB15189101-
CMYK00.410.330.41
HSL348.39º25.83%47.06%-
HSV(B)348.39º41.06%59.22%-
XYZ18.6814.6614.16-
YUV108.91123.54158.02-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 44.28%
GREEN value IS 89 (35.16% from 255) = 26.10%
BLUE value IS 101 (39.84% from 255) = 29.62%
R=44.28%
G=26.10%
B=29.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.33
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1518910100.410.330.41348.3925.8347.06
Hex975965029212915c1a2f
Octal22713114505141515343257
Binary1001011110110011100101010100110000110100110101110011010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #975965

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #975965; }

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

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

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

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

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

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

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

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