Html Css Color HEX #974179 Rouge

📋 copy color: '#974179'

red 151 ◦ green 65 ◦ blue 121

#974179
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rouge #974179

Tints of Rouge #974179

RGB

 RED value IS 151 (59.38% from 255) = 44.81%

 GREEN value IS 65 (25.78% from 255) = 19.29%

 BLUE value IS 121 (47.66% from 255) = 35.91%

R = 44.81%
G = 19.29%
B = 35.91%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.20

 K value IS 0.41

RGB Variations

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

Color information

#974179 (or 0x974179) is known color: Rouge. HEX triplet: 97, 41 and 79. RGB value is (151,65,121). Sum of RGB (Red+Green+Blue) = 151+65+121=337 (44% of max value = 765). Red value is 151 (59.38% from 255 or 44.81% from 337); Green value is 65 (25.78% from 255 or 19.29% from 337); Blue value is 121 (47.66% from 255 or 35.91% from 337); Max value from RGB is 151 - color contains mainly: red. Hex color #974179 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #974179 is #68BE86. Grayscale: #606060. Windows color (decimal): -6864519 or 7946647. OLE color: 7946647.

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

Color convert

RGB 151 65 121 -
CMYK 0 0.57 0.20 0.41
HSL 320.93º 0.4% 0.42% -
HSV(B) 320.93º 0.57% 0.59% -
XYZ 18.1 11.74 19.4 -
YUV 97.1 141.49 166.45 -
System Red Green Blue C M Y K H S L
Decimal 151 65 121 0 0.57 0.20 0.41 320.93 0.4 0.42
Hex 97 41 79 0 39 14 29 141 28 2A
Octal 227 101 171 0 71 24 51 501 50 52
Binary 10010111 1000001 1111001 0 111001 10100 101001 101000001 101000 101010

Color Harmonies of #974179

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #974179

Black with #974179

Text Example


Text Example

White with #974179

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #974179; }

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

 H1.HeaderClassName
 {
   color: #974179;
 }
 .AnyTagClassName
 {
   color: #974179;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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