#974178

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

Shades of Rouge #974178

Tints of Rouge #974178

Color information

#974178 (or 0x974178) is unknown color: approx Rouge. HEX triplet: 97, 41 and 78. RGB value is (151,65,120). Sum of RGB (Red+Green+Blue) = 151+65+120=336 (44% of max value = 765). Red value is 151 (59.38% from 255 or 44.94% from 336); Green value is 65 (25.78% from 255 or 19.35% from 336); Blue value is 120 (47.27% from 255 or 35.71% from 336); Max value from RGB is 151 - color contains mainly: red. Hex color #974178 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #974178 is #68BE87. Grayscale: #606060. Windows color (decimal): -6864520 or 7881111. OLE color: 7881111.

HSL color Cylindrical-coordinate representation of color #974178: hue angle of 321.63º 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 #974178 is Cyan = 0, Magento = 0.57, Yellow = 0.21 and Black (K on CMYK) = 0.41.

Color convert

RGB15165120-
CMYK00.570.210.41
HSL321.63º39.81%42.35%-
HSV(B)321.63º56.95%59.22%-
XYZ18.0411.7219.08-
YUV96.98140.99166.53-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 44.94%
GREEN value IS 65 (25.78% from 255) = 19.35%
BLUE value IS 120 (47.27% from 255) = 35.71%
R=44.94%
G=19.35%
B=35.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.21
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1516512000.570.210.41321.6339.8142.35
Hex9741780391529142282a
Octal22710117007125515025052
Binary1001011110000011111000011100110101101001101000010101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #974178

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #974178; }

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

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

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

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

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

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

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

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