#975068

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

Shades of Vin Rouge #975068

Tints of Vin Rouge #975068

Color information

#975068 (or 0x975068) is unknown color: approx Vin Rouge. HEX triplet: 97, 50 and 68. RGB value is (151,80,104). Sum of RGB (Red+Green+Blue) = 151+80+104=335 (44% of max value = 765). Red value is 151 (59.38% from 255 or 45.07% from 335); Green value is 80 (31.64% from 255 or 23.88% from 335); Blue value is 104 (41.02% from 255 or 31.04% from 335); Max value from RGB is 151 - color contains mainly: red. Hex color #975068 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #975068 is #68AF97. Grayscale: #676767. Windows color (decimal): -6860696 or 6836375. OLE color: 6836375.

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

Color convert

RGB15180104-
CMYK00.470.310.41
HSL339.72º30.74%45.29%-
HSV(B)339.72º47.02%59.22%-
XYZ18.1313.3214.71-
YUV103.96128.02161.55-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 45.07%
GREEN value IS 80 (31.64% from 255) = 23.88%
BLUE value IS 104 (41.02% from 255) = 31.04%
R=45.07%
G=23.88%
B=31.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.31
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1518010400.470.310.41339.7230.7445.29
Hex97506802F1F291541f2d
Octal22712015005737515243755
Binary100101111010000110100001011111111110100110101010011111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #975068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #975068; }

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

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

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

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

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

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

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

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