#975862

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

Shades of Vin Rouge #975862

Tints of Vin Rouge #975862

Color information

#975862 (or 0x975862) is unknown color: approx Vin Rouge. HEX triplet: 97, 58 and 62. RGB value is (151,88,98). Sum of RGB (Red+Green+Blue) = 151+88+98=337 (44% of max value = 765). Red value is 151 (59.38% from 255 or 44.81% from 337); Green value is 88 (34.77% from 255 or 26.11% from 337); Blue value is 98 (38.67% from 255 or 29.08% from 337); Max value from RGB is 151 - color contains mainly: red. Hex color #975862 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #975862 is #68A79D. Grayscale: #6C6C6C. Windows color (decimal): -6858654 or 6445207. OLE color: 6445207.

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

Color convert

RGB1518898-
CMYK00.420.350.41
HSL350.48º26.36%46.86%-
HSV(B)350.48º41.72%59.22%-
XYZ18.4614.4413.37-
YUV107.98122.37158.69-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 44.81%
GREEN value IS 88 (34.77% from 255) = 26.11%
BLUE value IS 98 (38.67% from 255) = 29.08%
R=44.81%
G=26.11%
B=29.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.35
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151889800.420.350.41350.4826.3646.86
Hex97586202A232915e1a2f
Octal22713014205243515363257
Binary1001011110110001100010010101010001110100110101111011010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #975862

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #975862; }

 p { color: rgb(151,88,98); }

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

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

 a { background-color: rgb(151,88,98); }

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

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

 span { border-color: rgb(151,88,98); }

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