Html Css Color HEX #9F366E Rouge

📋 copy color: '#9F366E'

red 159 ◦ green 54 ◦ blue 110

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

Shades of Rouge #9F366E

Tints of Rouge #9F366E

RGB

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

 GREEN value IS 54 (21.48% from 255) = 16.72%

 BLUE value IS 110 (43.36% from 255) = 34.06%

R = 49.23%
G = 16.72%
B = 34.06%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.31

 K value IS 0.38

RGB Variations

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

Color information

#9F366E (or 0x9F366E) is known color: Rouge. HEX triplet: 9F, 36 and 6E. RGB value is (159,54,110). Sum of RGB (Red+Green+Blue) = 159+54+110=323 (42% of max value = 765). Red value is 159 (62.5% from 255 or 49.23% from 323); Green value is 54 (21.48% from 255 or 16.72% from 323); Blue value is 110 (43.36% from 255 or 34.06% from 323); Max value from RGB is 159 - color contains mainly: red. Hex color #9F366E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F366E is #60C991. Grayscale: #5B5B5B. Windows color (decimal): -6343058 or 7222943. OLE color: 7222943.

HSL color Cylindrical-coordinate representation of color #9F366E: hue angle of 328º degrees, saturation: 0.49, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9F366E is Cyan = 0, Magento = 0.66, Yellow = 0.31 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 54 110 -
CMYK 0 0.66 0.31 0.38
HSL 328º 0.49% 0.42% -
HSV(B) 328º 0.66% 0.62% -
XYZ 18.43 11.14 15.93 -
YUV 91.78 138.29 175.95 -
System Red Green Blue C M Y K H S L
Decimal 159 54 110 0 0.66 0.31 0.38 328 0.49 0.42
Hex 9F 36 6E 0 42 1F 26 148 31 2A
Octal 237 66 156 0 102 37 46 510 61 52
Binary 10011111 110110 1101110 0 1000010 11111 100110 101001000 110001 101010

Color Harmonies of #9F366E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F366E

Black with #9F366E

Text Example


Text Example

White with #9F366E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,54,110); }

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

background-color css

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

 a { background-color: rgb(159,54,110); }

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

border-color css

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

 span { border-color: rgb(159,54,110); }

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