Html Css Color HEX #9F4166 Rouge

📋 copy color: '#9F4166'

red 159 ◦ green 65 ◦ blue 102

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

Shades of Rouge #9F4166

Tints of Rouge #9F4166

RGB

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

 GREEN value IS 65 (25.78% from 255) = 19.94%

 BLUE value IS 102 (40.23% from 255) = 31.29%

R = 48.77%
G = 19.94%
B = 31.29%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.36

 K value IS 0.38

RGB Variations

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

Color information

#9F4166 (or 0x9F4166) is known color: Rouge. HEX triplet: 9F, 41 and 66. RGB value is (159,65,102). Sum of RGB (Red+Green+Blue) = 159+65+102=326 (43% of max value = 765). Red value is 159 (62.5% from 255 or 48.77% from 326); Green value is 65 (25.78% from 255 or 19.94% from 326); Blue value is 102 (40.23% from 255 or 31.29% from 326); Max value from RGB is 159 - color contains mainly: red. Hex color #9F4166 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F4166 is #60BE99. Grayscale: #616161. Windows color (decimal): -6340250 or 6701471. OLE color: 6701471.

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

Color convert

RGB 159 65 102 -
CMYK 0 0.59 0.36 0.38
HSL 336.38º 0.42% 0.44% -
HSV(B) 336.38º 0.59% 0.62% -
XYZ 18.59 12.11 13.93 -
YUV 97.32 130.64 171.99 -
System Red Green Blue C M Y K H S L
Decimal 159 65 102 0 0.59 0.36 0.38 336.38 0.42 0.44
Hex 9F 41 66 0 3B 24 26 150 2A 2C
Octal 237 101 146 0 73 44 46 520 52 54
Binary 10011111 1000001 1100110 0 111011 100100 100110 101010000 101010 101100

Color Harmonies of #9F4166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F4166

Black with #9F4166

Text Example


Text Example

White with #9F4166

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,65,102); }

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

background-color css

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

 a { background-color: rgb(159,65,102); }

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

border-color css

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

 span { border-color: rgb(159,65,102); }

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