Html Css Color HEX #9F4466 Rouge

📋 copy color: '#9F4466'

red 159 ◦ green 68 ◦ blue 102

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

Shades of Rouge #9F4466

Tints of Rouge #9F4466

RGB

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

 GREEN value IS 68 (26.95% from 255) = 20.67%

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

R = 48.33%
G = 20.67%
B = 31%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.36

 K value IS 0.38

RGB Variations

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

Color information

#9F4466 (or 0x9F4466) is known color: Rouge. HEX triplet: 9F, 44 and 66. RGB value is (159,68,102). Sum of RGB (Red+Green+Blue) = 159+68+102=329 (43% of max value = 765). Red value is 159 (62.5% from 255 or 48.33% from 329); Green value is 68 (26.95% from 255 or 20.67% from 329); Blue value is 102 (40.23% from 255 or 31.00% from 329); Max value from RGB is 159 - color contains mainly: red. Hex color #9F4466 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F4466 is #60BB99. Grayscale: #636363. Windows color (decimal): -6339482 or 6702239. OLE color: 6702239.

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

Color convert

RGB 159 68 102 -
CMYK 0 0.57 0.36 0.38
HSL 337.58º 0.4% 0.45% -
HSV(B) 337.58º 0.57% 0.62% -
XYZ 18.76 12.46 13.99 -
YUV 99.09 129.65 170.74 -
System Red Green Blue C M Y K H S L
Decimal 159 68 102 0 0.57 0.36 0.38 337.58 0.4 0.45
Hex 9F 44 66 0 39 24 26 152 28 2D
Octal 237 104 146 0 71 44 46 522 50 55
Binary 10011111 1000100 1100110 0 111001 100100 100110 101010010 101000 101101

Color Harmonies of #9F4466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F4466

Black with #9F4466

Text Example


Text Example

White with #9F4466

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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