#974E58

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

Shades of Vin Rouge #974E58

Tints of Vin Rouge #974E58

Color information

#974E58 (or 0x974E58) is unknown color: approx Vin Rouge. HEX triplet: 97, 4E and 58. RGB value is (151,78,88). Sum of RGB (Red+Green+Blue) = 151+78+88=317 (41% of max value = 765). Red value is 151 (59.38% from 255 or 47.63% from 317); Green value is 78 (30.86% from 255 or 24.61% from 317); Blue value is 88 (34.77% from 255 or 27.76% from 317); Max value from RGB is 151 - color contains mainly: red. Hex color #974E58 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #974E58 is #68B1A7. Grayscale: #656565. Windows color (decimal): -6861224 or 5787287. OLE color: 5787287.

HSL color Cylindrical-coordinate representation of color #974E58: hue angle of 351.78º degrees, saturation: 0.32, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #974E58 is Cyan = 0, Magento = 0.48, Yellow = 0.42 and Black (K on CMYK) = 0.41.

Color convert

RGB1517888-
CMYK00.480.420.41
HSL351.78º31.88%44.9%-
HSV(B)351.78º48.34%59.22%-
XYZ17.2512.7310.78-
YUV100.97120.68163.69-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 47.63%
GREEN value IS 78 (30.86% from 255) = 24.61%
BLUE value IS 88 (34.77% from 255) = 27.76%
R=47.63%
G=24.61%
B=27.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.42
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151788800.480.420.41351.7831.8844.9
Hex974E580302A29160202d
Octal22711613006052515404055
Binary10010111100111010110000110000101010101001101100000100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #974E58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #974E58; }

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

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

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

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

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

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

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

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