Html Css Color HEX #9F4366 Rouge

📋 copy color: '#9F4366'

red 159 ◦ green 67 ◦ blue 102

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

Shades of Rouge #9F4366

Tints of Rouge #9F4366

RGB

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

 GREEN value IS 67 (26.56% from 255) = 20.43%

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

R = 48.48%
G = 20.43%
B = 31.1%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.36

 K value IS 0.38

RGB Variations

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

Color information

#9F4366 (or 0x9F4366) is known color: Rouge. HEX triplet: 9F, 43 and 66. RGB value is (159,67,102). Sum of RGB (Red+Green+Blue) = 159+67+102=328 (43% of max value = 765). Red value is 159 (62.5% from 255 or 48.48% from 328); Green value is 67 (26.56% from 255 or 20.43% from 328); Blue value is 102 (40.23% from 255 or 31.10% from 328); Max value from RGB is 159 - color contains mainly: red. Hex color #9F4366 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F4366 is #60BC99. Grayscale: #626262. Windows color (decimal): -6339738 or 6701983. OLE color: 6701983.

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

Color convert

RGB 159 67 102 -
CMYK 0 0.58 0.36 0.38
HSL 337.17º 0.41% 0.44% -
HSV(B) 337.17º 0.58% 0.62% -
XYZ 18.7 12.34 13.97 -
YUV 98.5 129.98 171.15 -
System Red Green Blue C M Y K H S L
Decimal 159 67 102 0 0.58 0.36 0.38 337.17 0.41 0.44
Hex 9F 43 66 0 3A 24 26 151 29 2C
Octal 237 103 146 0 72 44 46 521 51 54
Binary 10011111 1000011 1100110 0 111010 100100 100110 101010001 101001 101100

Color Harmonies of #9F4366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F4366

Black with #9F4366

Text Example


Text Example

White with #9F4366

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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