Html Css Color HEX #973B73 Rouge

📋 copy color: '#973B73'

red 151 ◦ green 59 ◦ blue 115

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

Shades of Rouge #973B73

Tints of Rouge #973B73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 35.38%

R = 46.46%
G = 18.15%
B = 35.38%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.24

 K value IS 0.41

RGB Variations

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

Color information

#973B73 (or 0x973B73) is known color: Rouge. HEX triplet: 97, 3B and 73. RGB value is (151,59,115). Sum of RGB (Red+Green+Blue) = 151+59+115=325 (43% of max value = 765). Red value is 151 (59.38% from 255 or 46.46% from 325); Green value is 59 (23.44% from 255 or 18.15% from 325); Blue value is 115 (45.31% from 255 or 35.38% from 325); Max value from RGB is 151 - color contains mainly: red. Hex color #973B73 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #973B73 is #68C48C. Grayscale: #5C5C5C. Windows color (decimal): -6866061 or 7551895. OLE color: 7551895.

HSL color Cylindrical-coordinate representation of color #973B73: hue angle of 323.48º 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 #973B73 is Cyan = 0, Magento = 0.61, Yellow = 0.24 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 59 115 -
CMYK 0 0.61 0.24 0.41
HSL 323.48º 0.44% 0.41% -
HSV(B) 323.48º 0.61% 0.59% -
XYZ 17.42 10.95 17.41 -
YUV 92.89 140.48 169.45 -
System Red Green Blue C M Y K H S L
Decimal 151 59 115 0 0.61 0.24 0.41 323.48 0.44 0.41
Hex 97 3B 73 0 3D 18 29 143 2C 29
Octal 227 73 163 0 75 30 51 503 54 51
Binary 10010111 111011 1110011 0 111101 11000 101001 101000011 101100 101001

Color Harmonies of #973B73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #973B73

Black with #973B73

Text Example


Text Example

White with #973B73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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