Html Css Color HEX #973B76 Rouge

📋 copy color: '#973B76'

red 151 ◦ green 59 ◦ blue 118

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

Shades of Rouge #973B76

Tints of Rouge #973B76

RGB

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

 GREEN value IS 59 (23.44% from 255) = 17.99%

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

R = 46.04%
G = 17.99%
B = 35.98%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.22

 K value IS 0.41

RGB Variations

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

Color information

#973B76 (or 0x973B76) is known color: Rouge. HEX triplet: 97, 3B and 76. RGB value is (151,59,118). Sum of RGB (Red+Green+Blue) = 151+59+118=328 (43% of max value = 765). Red value is 151 (59.38% from 255 or 46.04% from 328); Green value is 59 (23.44% from 255 or 17.99% from 328); Blue value is 118 (46.48% from 255 or 35.98% from 328); Max value from RGB is 151 - color contains mainly: red. Hex color #973B76 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #973B76 is #68C489. Grayscale: #5D5D5D. Windows color (decimal): -6866058 or 7748503. OLE color: 7748503.

HSL color Cylindrical-coordinate representation of color #973B76: hue angle of 321.52º degrees, saturation: 0.44, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #973B76 is Cyan = 0, Magento = 0.61, Yellow = 0.22 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 59 118 -
CMYK 0 0.61 0.22 0.41
HSL 321.52º 0.44% 0.41% -
HSV(B) 321.52º 0.61% 0.59% -
XYZ 17.6 11.02 18.34 -
YUV 93.23 141.98 169.2 -
System Red Green Blue C M Y K H S L
Decimal 151 59 118 0 0.61 0.22 0.41 321.52 0.44 0.41
Hex 97 3B 76 0 3D 16 29 142 2C 29
Octal 227 73 166 0 75 26 51 502 54 51
Binary 10010111 111011 1110110 0 111101 10110 101001 101000010 101100 101001

Color Harmonies of #973B76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #973B76

Black with #973B76

Text Example


Text Example

White with #973B76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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