Html Css Color HEX #9F4669 Rouge

📋 copy color: '#9F4669'

red 159 ◦ green 70 ◦ blue 105

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

Shades of Rouge #9F4669

Tints of Rouge #9F4669

RGB

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

 GREEN value IS 70 (27.73% from 255) = 20.96%

 BLUE value IS 105 (41.41% from 255) = 31.44%

R = 47.6%
G = 20.96%
B = 31.44%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.34

 K value IS 0.38

RGB Variations

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

Color information

#9F4669 (or 0x9F4669) is known color: Rouge. HEX triplet: 9F, 46 and 69. RGB value is (159,70,105). Sum of RGB (Red+Green+Blue) = 159+70+105=334 (44% of max value = 765). Red value is 159 (62.5% from 255 or 47.60% from 334); Green value is 70 (27.73% from 255 or 20.96% from 334); Blue value is 105 (41.41% from 255 or 31.44% from 334); Max value from RGB is 159 - color contains mainly: red. Hex color #9F4669 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F4669 is #60B996. Grayscale: #646464. Windows color (decimal): -6338967 or 6899359. OLE color: 6899359.

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

Color convert

RGB 159 70 105 -
CMYK 0 0.56 0.34 0.38
HSL 336.4º 0.39% 0.45% -
HSV(B) 336.4º 0.56% 0.62% -
XYZ 19.04 12.77 14.83 -
YUV 100.6 130.49 169.65 -
System Red Green Blue C M Y K H S L
Decimal 159 70 105 0 0.56 0.34 0.38 336.4 0.39 0.45
Hex 9F 46 69 0 38 22 26 150 27 2D
Octal 237 106 151 0 70 42 46 520 47 55
Binary 10011111 1000110 1101001 0 111000 100010 100110 101010000 100111 101101

Color Harmonies of #9F4669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F4669

Black with #9F4669

Text Example


Text Example

White with #9F4669

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,70,105); }

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

background-color css

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

 a { background-color: rgb(159,70,105); }

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

border-color css

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

 span { border-color: rgb(159,70,105); }

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