Html Css Color HEX #9F4061 Rouge

📋 copy color: '#9F4061'

red 159 ◦ green 64 ◦ blue 97

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

Shades of Rouge #9F4061

Tints of Rouge #9F4061

RGB

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

 GREEN value IS 64 (25.39% from 255) = 20%

 BLUE value IS 97 (38.28% from 255) = 30.31%

R = 49.69%
G = 20%
B = 30.31%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.39

 K value IS 0.38

RGB Variations

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

Color information

#9F4061 (or 0x9F4061) is known color: Rouge. HEX triplet: 9F, 40 and 61. RGB value is (159,64,97). Sum of RGB (Red+Green+Blue) = 159+64+97=320 (42% of max value = 765). Red value is 159 (62.5% from 255 or 49.69% from 320); Green value is 64 (25.39% from 255 or 20% from 320); Blue value is 97 (38.28% from 255 or 30.31% from 320); Max value from RGB is 159 - color contains mainly: red. Hex color #9F4061 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F4061 is #60BF9E. Grayscale: #606060. Windows color (decimal): -6340511 or 6373535. OLE color: 6373535.

HSL color Cylindrical-coordinate representation of color #9F4061: hue angle of 339.16º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9F4061 is Cyan = 0, Magento = 0.60, Yellow = 0.39 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 64 97 -
CMYK 0 0.60 0.39 0.38
HSL 339.16º 0.43% 0.44% -
HSV(B) 339.16º 0.6% 0.62% -
XYZ 18.29 11.9 12.64 -
YUV 96.17 128.47 172.82 -
System Red Green Blue C M Y K H S L
Decimal 159 64 97 0 0.60 0.39 0.38 339.16 0.43 0.44
Hex 9F 40 61 0 3C 27 26 153 2B 2C
Octal 237 100 141 0 74 47 46 523 53 54
Binary 10011111 1000000 1100001 0 111100 100111 100110 101010011 101011 101100

Color Harmonies of #9F4061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F4061

Black with #9F4061

Text Example


Text Example

White with #9F4061

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,64,97); }

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

background-color css

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

 a { background-color: rgb(159,64,97); }

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

border-color css

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

 span { border-color: rgb(159,64,97); }

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