Html Css Color HEX #973F76 Rouge

📋 copy color: '#973F76'

red 151 ◦ green 63 ◦ blue 118

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

Shades of Rouge #973F76

Tints of Rouge #973F76

RGB

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

 GREEN value IS 63 (25% from 255) = 18.98%

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

R = 45.48%
G = 18.98%
B = 35.54%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.22

 K value IS 0.41

RGB Variations

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

Color information

#973F76 (or 0x973F76) is known color: Rouge. HEX triplet: 97, 3F and 76. RGB value is (151,63,118). Sum of RGB (Red+Green+Blue) = 151+63+118=332 (43% of max value = 765). Red value is 151 (59.38% from 255 or 45.48% from 332); Green value is 63 (25% from 255 or 18.98% from 332); Blue value is 118 (46.48% from 255 or 35.54% from 332); Max value from RGB is 151 - color contains mainly: red. Hex color #973F76 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #973F76 is #68C089. Grayscale: #5F5F5F. Windows color (decimal): -6865034 or 7749527. OLE color: 7749527.

HSL color Cylindrical-coordinate representation of color #973F76: hue angle of 322.5º degrees, saturation: 0.41, 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 #973F76 is Cyan = 0, Magento = 0.58, Yellow = 0.22 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 63 118 -
CMYK 0 0.58 0.22 0.41
HSL 322.5º 0.41% 0.42% -
HSV(B) 322.5º 0.58% 0.59% -
XYZ 17.81 11.44 18.41 -
YUV 95.58 140.65 167.53 -
System Red Green Blue C M Y K H S L
Decimal 151 63 118 0 0.58 0.22 0.41 322.5 0.41 0.42
Hex 97 3F 76 0 3A 16 29 142 29 2A
Octal 227 77 166 0 72 26 51 502 51 52
Binary 10010111 111111 1110110 0 111010 10110 101001 101000010 101001 101010

Color Harmonies of #973F76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #973F76

Black with #973F76

Text Example


Text Example

White with #973F76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #973F76; }

 p { color: rgb(151,63,118); }

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

background-color css

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

 a { background-color: rgb(151,63,118); }

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

border-color css

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

 span { border-color: rgb(151,63,118); }

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