Html Css Color HEX #974176 Rouge

📋 copy color: '#974176'

red 151 ◦ green 65 ◦ blue 118

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

Shades of Rouge #974176

Tints of Rouge #974176

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 value IS 0

 M value IS 0.57

 Y value IS 0.22

 K value IS 0.41

RGB Variations

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

Color information

#974176 (or 0x974176) is known color: 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

RGB 151 65 118 -
CMYK 0 0.57 0.22 0.41
HSL 323.02º 0.4% 0.42% -
HSV(B) 323.02º 0.57% 0.59% -
XYZ 17.92 11.67 18.45 -
YUV 96.76 139.99 166.69 -
System Red Green Blue C M Y K H S L
Decimal 151 65 118 0 0.57 0.22 0.41 323.02 0.4 0.42
Hex 97 41 76 0 39 16 29 143 28 2A
Octal 227 101 166 0 71 26 51 503 50 52
Binary 10010111 1000001 1110110 0 111001 10110 101001 101000011 101000 101010

Color Harmonies of #974176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #974176

Black with #974176

Text Example


Text Example

White with #974176

Text Example


Text Example

HTML Codes & Css Web 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>