#974E57

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

Shades of Vin Rouge #974E57

Tints of Vin Rouge #974E57

Color information

#974E57 (or 0x974E57) is unknown color: approx Vin Rouge. HEX triplet: 97, 4E and 57. RGB value is (151,78,87). Sum of RGB (Red+Green+Blue) = 151+78+87=316 (41% of max value = 765). Red value is 151 (59.38% from 255 or 47.78% from 316); Green value is 78 (30.86% from 255 or 24.68% from 316); Blue value is 87 (34.38% from 255 or 27.53% from 316); Max value from RGB is 151 - color contains mainly: red. Hex color #974E57 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #974E57 is #68B1A8. Grayscale: #646464. Windows color (decimal): -6861225 or 5721751. OLE color: 5721751.

HSL color Cylindrical-coordinate representation of color #974E57: hue angle of 352.6º 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 #974E57 is Cyan = 0, Magento = 0.48, Yellow = 0.42 and Black (K on CMYK) = 0.41.

Color convert

RGB1517887-
CMYK00.480.420.41
HSL352.6º31.88%44.9%-
HSV(B)352.6º48.34%59.22%-
XYZ17.2112.7210.56-
YUV100.85120.18163.77-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 47.78%
GREEN value IS 78 (30.86% from 255) = 24.68%
BLUE value IS 87 (34.38% from 255) = 27.53%
R=47.78%
G=24.68%
B=27.53%

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
Decimal151788700.480.420.41352.631.8844.9
Hex974E570302A29161202d
Octal22711612706052515414055
Binary10010111100111010101110110000101010101001101100001100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #974E57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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