Html Css Color HEX #9F4970 Rouge

📋 copy color: '#9F4970'

red 159 ◦ green 73 ◦ blue 112

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

Shades of Rouge #9F4970

Tints of Rouge #9F4970

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 32.56%

R = 46.22%
G = 21.22%
B = 32.56%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.30

 K value IS 0.38

RGB Variations

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

Color information

#9F4970 (or 0x9F4970) is known color: Rouge. HEX triplet: 9F, 49 and 70. RGB value is (159,73,112). Sum of RGB (Red+Green+Blue) = 159+73+112=344 (45% of max value = 765). Red value is 159 (62.5% from 255 or 46.22% from 344); Green value is 73 (28.91% from 255 or 21.22% from 344); Blue value is 112 (44.14% from 255 or 32.56% from 344); Max value from RGB is 159 - color contains mainly: red. Hex color #9F4970 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F4970 is #60B68F. Grayscale: #676767. Windows color (decimal): -6338192 or 7358879. OLE color: 7358879.

HSL color Cylindrical-coordinate representation of color #9F4970: hue angle of 332.79º 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 #9F4970 is Cyan = 0, Magento = 0.54, Yellow = 0.30 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 73 112 -
CMYK 0 0.54 0.30 0.38
HSL 332.79º 0.37% 0.45% -
HSV(B) 332.79º 0.54% 0.62% -
XYZ 19.61 13.31 16.86 -
YUV 103.16 132.99 167.83 -
System Red Green Blue C M Y K H S L
Decimal 159 73 112 0 0.54 0.30 0.38 332.79 0.37 0.45
Hex 9F 49 70 0 36 1E 26 14D 25 2D
Octal 237 111 160 0 66 36 46 515 45 55
Binary 10011111 1001001 1110000 0 110110 11110 100110 101001101 100101 101101

Color Harmonies of #9F4970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F4970

Black with #9F4970

Text Example


Text Example

White with #9F4970

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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