Html Css Color HEX #974276 Rouge

📋 copy color: '#974276'

red 151 ◦ green 66 ◦ blue 118

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

Shades of Rouge #974276

Tints of Rouge #974276

RGB

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

 GREEN value IS 66 (26.17% from 255) = 19.7%

 BLUE value IS 118 (46.48% from 255) = 35.22%

R = 45.07%
G = 19.7%
B = 35.22%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.22

 K value IS 0.41

RGB Variations

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

Color information

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

RGB 151 66 118 -
CMYK 0 0.56 0.22 0.41
HSL 323.29º 0.39% 0.43% -
HSV(B) 323.29º 0.56% 0.59% -
XYZ 17.98 11.78 18.47 -
YUV 97.34 139.66 166.27 -
System Red Green Blue C M Y K H S L
Decimal 151 66 118 0 0.56 0.22 0.41 323.29 0.39 0.43
Hex 97 42 76 0 38 16 29 143 27 2B
Octal 227 102 166 0 70 26 51 503 47 53
Binary 10010111 1000010 1110110 0 111000 10110 101001 101000011 100111 101011

Color Harmonies of #974276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #974276

Black with #974276

Text Example


Text Example

White with #974276

Text Example


Text Example

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