Html Css Color HEX #9F4973 Rouge

📋 copy color: '#9F4973'

red 159 ◦ green 73 ◦ blue 115

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

Shades of Rouge #9F4973

Tints of Rouge #9F4973

RGB

 RED value IS 159 (62.5% from 255) = 45.82%

 GREEN value IS 73 (28.91% from 255) = 21.04%

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

R = 45.82%
G = 21.04%
B = 33.14%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.28

 K value IS 0.38

RGB Variations

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

Color information

#9F4973 (or 0x9F4973) is known color: Rouge. HEX triplet: 9F, 49 and 73. RGB value is (159,73,115). Sum of RGB (Red+Green+Blue) = 159+73+115=347 (45% of max value = 765). Red value is 159 (62.5% from 255 or 45.82% from 347); Green value is 73 (28.91% from 255 or 21.04% from 347); Blue value is 115 (45.31% from 255 or 33.14% from 347); Max value from RGB is 159 - color contains mainly: red. Hex color #9F4973 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F4973 is #60B68C. Grayscale: #676767. Windows color (decimal): -6338189 or 7555487. OLE color: 7555487.

HSL color Cylindrical-coordinate representation of color #9F4973: hue angle of 330.7º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9F4973 is Cyan = 0, Magento = 0.54, Yellow = 0.28 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 73 115 -
CMYK 0 0.54 0.28 0.38
HSL 330.7º 0.37% 0.45% -
HSV(B) 330.7º 0.54% 0.62% -
XYZ 19.78 13.37 17.76 -
YUV 103.5 134.49 167.58 -
System Red Green Blue C M Y K H S L
Decimal 159 73 115 0 0.54 0.28 0.38 330.7 0.37 0.45
Hex 9F 49 73 0 36 1C 26 14B 25 2D
Octal 237 111 163 0 66 34 46 513 45 55
Binary 10011111 1001001 1110011 0 110110 11100 100110 101001011 100101 101101

Color Harmonies of #9F4973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F4973

Black with #9F4973

Text Example


Text Example

White with #9F4973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9F4973; }

 p { color: rgb(159,73,115); }

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

background-color css

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

 a { background-color: rgb(159,73,115); }

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

border-color css

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

 span { border-color: rgb(159,73,115); }

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