Html Css Color HEX #9F316F Rouge

📋 copy color: '#9F316F'

red 159 ◦ green 49 ◦ blue 111

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

Shades of Rouge #9F316F

Tints of Rouge #9F316F

RGB

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

 GREEN value IS 49 (19.53% from 255) = 15.36%

 BLUE value IS 111 (43.75% from 255) = 34.8%

R = 49.84%
G = 15.36%
B = 34.8%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.30

 K value IS 0.38

RGB Variations

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

Color information

#9F316F (or 0x9F316F) is known color: Rouge. HEX triplet: 9F, 31 and 6F. RGB value is (159,49,111). Sum of RGB (Red+Green+Blue) = 159+49+111=319 (42% of max value = 765). Red value is 159 (62.5% from 255 or 49.84% from 319); Green value is 49 (19.53% from 255 or 15.36% from 319); Blue value is 111 (43.75% from 255 or 34.80% from 319); Max value from RGB is 159 - color contains mainly: red. Hex color #9F316F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F316F is #60CE90. Grayscale: #585858. Windows color (decimal): -6344337 or 7287199. OLE color: 7287199.

HSL color Cylindrical-coordinate representation of color #9F316F: hue angle of 326.18º degrees, saturation: 0.53, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9F316F is Cyan = 0, Magento = 0.69, Yellow = 0.30 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 49 111 -
CMYK 0 0.69 0.30 0.38
HSL 326.18º 0.53% 0.41% -
HSV(B) 326.18º 0.69% 0.62% -
XYZ 18.27 10.72 16.14 -
YUV 88.96 140.44 177.96 -
System Red Green Blue C M Y K H S L
Decimal 159 49 111 0 0.69 0.30 0.38 326.18 0.53 0.41
Hex 9F 31 6F 0 45 1E 26 146 35 29
Octal 237 61 157 0 105 36 46 506 65 51
Binary 10011111 110001 1101111 0 1000101 11110 100110 101000110 110101 101001

Color Harmonies of #9F316F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F316F

Black with #9F316F

Text Example


Text Example

White with #9F316F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,49,111); }

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

background-color css

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

 a { background-color: rgb(159,49,111); }

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

border-color css

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

 span { border-color: rgb(159,49,111); }

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