Html Css Color HEX #974074 Rouge

📋 copy color: '#974074'

red 151 ◦ green 64 ◦ blue 116

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

Shades of Rouge #974074

Tints of Rouge #974074

RGB

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

 GREEN value IS 64 (25.39% from 255) = 19.34%

 BLUE value IS 116 (45.7% from 255) = 35.05%

R = 45.62%
G = 19.34%
B = 35.05%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.23

 K value IS 0.41

RGB Variations

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

Color information

#974074 (or 0x974074) is known color: Rouge. HEX triplet: 97, 40 and 74. RGB value is (151,64,116). Sum of RGB (Red+Green+Blue) = 151+64+116=331 (43% of max value = 765). Red value is 151 (59.38% from 255 or 45.62% from 331); Green value is 64 (25.39% from 255 or 19.34% from 331); Blue value is 116 (45.70% from 255 or 35.05% from 331); Max value from RGB is 151 - color contains mainly: red. Hex color #974074 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #974074 is #68BF8B. Grayscale: #5F5F5F. Windows color (decimal): -6864780 or 7618711. OLE color: 7618711.

HSL color Cylindrical-coordinate representation of color #974074: hue angle of 324.14º degrees, saturation: 0.4, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #974074 is Cyan = 0, Magento = 0.58, Yellow = 0.23 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 64 116 -
CMYK 0 0.58 0.23 0.41
HSL 324.14º 0.4% 0.42% -
HSV(B) 324.14º 0.58% 0.59% -
XYZ 17.75 11.51 17.81 -
YUV 95.94 139.32 167.27 -
System Red Green Blue C M Y K H S L
Decimal 151 64 116 0 0.58 0.23 0.41 324.14 0.4 0.42
Hex 97 40 74 0 3A 17 29 144 28 2A
Octal 227 100 164 0 72 27 51 504 50 52
Binary 10010111 1000000 1110100 0 111010 10111 101001 101000100 101000 101010

Color Harmonies of #974074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #974074

Black with #974074

Text Example


Text Example

White with #974074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #974074; }

 p { color: rgb(151,64,116); }

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

background-color css

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

 a { background-color: rgb(151,64,116); }

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

border-color css

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

 span { border-color: rgb(151,64,116); }

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