#975065

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

Shades of Vin Rouge #975065

Tints of Vin Rouge #975065

Color information

#975065 (or 0x975065) is unknown color: approx Vin Rouge. HEX triplet: 97, 50 and 65. RGB value is (151,80,101). Sum of RGB (Red+Green+Blue) = 151+80+101=332 (43% of max value = 765). Red value is 151 (59.38% from 255 or 45.48% from 332); Green value is 80 (31.64% from 255 or 24.10% from 332); Blue value is 101 (39.84% from 255 or 30.42% from 332); Max value from RGB is 151 - color contains mainly: red. Hex color #975065 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #975065 is #68AF9A. Grayscale: #676767. Windows color (decimal): -6860699 or 6639767. OLE color: 6639767.

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

Color convert

RGB15180101-
CMYK00.470.330.41
HSL342.25º30.74%45.29%-
HSV(B)342.25º47.02%59.22%-
XYZ17.9813.2613.92-
YUV103.62126.52161.79-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 45.48%
GREEN value IS 80 (31.64% from 255) = 24.10%
BLUE value IS 101 (39.84% from 255) = 30.42%
R=45.48%
G=24.10%
B=30.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.33
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1518010100.470.330.41342.2530.7445.29
Hex97506502F21291561f2d
Octal22712014505741515263755
Binary1001011110100001100101010111110000110100110101011011111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #975065

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #975065; }

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

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

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

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

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

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

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

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