#974277

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

Shades of Rouge #974277

Tints of Rouge #974277

Color information

#974277 (or 0x974277) is unknown color: approx Rouge. HEX triplet: 97, 42 and 77. RGB value is (151,66,119). Sum of RGB (Red+Green+Blue) = 151+66+119=336 (44% of max value = 765). Red value is 151 (59.38% from 255 or 44.94% from 336); Green value is 66 (26.17% from 255 or 19.64% from 336); Blue value is 119 (46.88% from 255 or 35.42% from 336); Max value from RGB is 151 - color contains mainly: red. Hex color #974277 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #974277 is #68BD88. Grayscale: #616161. Windows color (decimal): -6864265 or 7815831. OLE color: 7815831.

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

Color convert

RGB15166119-
CMYK00.560.210.41
HSL322.59º39.17%42.55%-
HSV(B)322.59º56.29%59.22%-
XYZ18.0411.8118.78-
YUV97.46140.16166.19-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 44.94%
GREEN value IS 66 (26.17% from 255) = 19.64%
BLUE value IS 119 (46.88% from 255) = 35.42%
R=44.94%
G=19.64%
B=35.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.21
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1516611900.560.210.41322.5939.1742.55
Hex9742770381529143272b
Octal22710216707025515034753
Binary1001011110000101110111011100010101101001101000011100111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #974277

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #974277; }

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

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

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

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

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

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

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

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