#974E6A

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

Shades of Vin Rouge #974E6A

Tints of Vin Rouge #974E6A

Color information

#974E6A (or 0x974E6A) is unknown color: approx Vin Rouge. HEX triplet: 97, 4E and 6A. RGB value is (151,78,106). Sum of RGB (Red+Green+Blue) = 151+78+106=335 (44% of max value = 765). Red value is 151 (59.38% from 255 or 45.07% from 335); Green value is 78 (30.86% from 255 or 23.28% from 335); Blue value is 106 (41.80% from 255 or 31.64% from 335); Max value from RGB is 151 - color contains mainly: red. Hex color #974E6A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #974E6A is #68B195. Grayscale: #666666. Windows color (decimal): -6861206 or 6966935. OLE color: 6966935.

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

Color convert

RGB15178106-
CMYK00.480.300.41
HSL336.99º31.88%44.9%-
HSV(B)336.99º48.34%59.22%-
XYZ18.0913.0715.2-
YUV103.02129.68162.22-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 45.07%
GREEN value IS 78 (30.86% from 255) = 23.28%
BLUE value IS 106 (41.80% from 255) = 31.64%
R=45.07%
G=23.28%
B=31.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.30
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1517810600.480.300.41336.9931.8844.9
Hex974E6A0301E29151202d
Octal22711615206036515214055
Binary1001011110011101101010011000011110101001101010001100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #974E6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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