#974176

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

Shades of Rouge #974176

Tints of Rouge #974176

Color information

#974176 (or 0x974176) is unknown color: approx Rouge. HEX triplet: 97, 41 and 76. RGB value is (151,65,118). Sum of RGB (Red+Green+Blue) = 151+65+118=334 (44% of max value = 765). Red value is 151 (59.38% from 255 or 45.21% from 334); Green value is 65 (25.78% from 255 or 19.46% from 334); Blue value is 118 (46.48% from 255 or 35.33% from 334); Max value from RGB is 151 - color contains mainly: red. Hex color #974176 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #974176 is #68BE89. Grayscale: #606060. Windows color (decimal): -6864522 or 7750039. OLE color: 7750039.

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

Color convert

RGB15165118-
CMYK00.570.220.41
HSL323.02º39.81%42.35%-
HSV(B)323.02º56.95%59.22%-
XYZ17.9211.6718.45-
YUV96.76139.99166.69-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 45.21%
GREEN value IS 65 (25.78% from 255) = 19.46%
BLUE value IS 118 (46.48% from 255) = 35.33%
R=45.21%
G=19.46%
B=35.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.22
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1516511800.570.220.41323.0239.8142.35
Hex9741760391629143282a
Octal22710116607126515035052
Binary1001011110000011110110011100110110101001101000011101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #974176

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #974176; }

 p { color: rgb(151,65,118); }

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

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

 a { background-color: rgb(151,65,118); }

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

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

 span { border-color: rgb(151,65,118); }

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