#975064

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

Shades of Vin Rouge #975064

Tints of Vin Rouge #975064

Color information

#975064 (or 0x975064) is unknown color: approx Vin Rouge. HEX triplet: 97, 50 and 64. RGB value is (151,80,100). Sum of RGB (Red+Green+Blue) = 151+80+100=331 (43% of max value = 765). Red value is 151 (59.38% from 255 or 45.62% from 331); Green value is 80 (31.64% from 255 or 24.17% from 331); Blue value is 100 (39.45% from 255 or 30.21% from 331); Max value from RGB is 151 - color contains mainly: red. Hex color #975064 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #975064 is #68AF9B. Grayscale: #676767. Windows color (decimal): -6860700 or 6574231. OLE color: 6574231.

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

Color convert

RGB15180100-
CMYK00.470.340.41
HSL343.1º30.74%45.29%-
HSV(B)343.1º47.02%59.22%-
XYZ17.9313.2413.67-
YUV103.51126.02161.87-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 45.62%
GREEN value IS 80 (31.64% from 255) = 24.17%
BLUE value IS 100 (39.45% from 255) = 30.21%
R=45.62%
G=24.17%
B=30.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.34
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1518010000.470.340.41343.130.7445.29
Hex97506402F22291571f2d
Octal22712014405742515273755
Binary1001011110100001100100010111110001010100110101011111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #975064

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #975064; }

 p { color: rgb(151,80,100); }

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

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

 a { background-color: rgb(151,80,100); }

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

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

 span { border-color: rgb(151,80,100); }

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