#974276

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

Shades of Rouge #974276

Tints of Rouge #974276

Color information

#974276 (or 0x974276) is unknown color: approx Rouge. HEX triplet: 97, 42 and 76. RGB value is (151,66,118). Sum of RGB (Red+Green+Blue) = 151+66+118=335 (44% of max value = 765). Red value is 151 (59.38% from 255 or 45.07% from 335); Green value is 66 (26.17% from 255 or 19.70% from 335); Blue value is 118 (46.48% from 255 or 35.22% from 335); Max value from RGB is 151 - color contains mainly: red. Hex color #974276 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #974276 is #68BD89. Grayscale: #616161. Windows color (decimal): -6864266 or 7750295. OLE color: 7750295.

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

Color convert

RGB15166118-
CMYK00.560.220.41
HSL323.29º39.17%42.55%-
HSV(B)323.29º56.29%59.22%-
XYZ17.9811.7818.47-
YUV97.34139.66166.27-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 45.07%
GREEN value IS 66 (26.17% from 255) = 19.70%
BLUE value IS 118 (46.48% from 255) = 35.22%
R=45.07%
G=19.70%
B=35.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.22
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1516611800.560.220.41323.2939.1742.55
Hex9742760381629143272b
Octal22710216607026515034753
Binary1001011110000101110110011100010110101001101000011100111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #974276

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #974276; }

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

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

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

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

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

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

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

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