Html Css Color HEX #9F3E61 Rouge

📋 copy color: '#9F3E61'

red 159 ◦ green 62 ◦ blue 97

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

Shades of Rouge #9F3E61

Tints of Rouge #9F3E61

RGB

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

 GREEN value IS 62 (24.61% from 255) = 19.5%

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

R = 50%
G = 19.5%
B = 30.5%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.39

 K value IS 0.38

RGB Variations

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

Color information

#9F3E61 (or 0x9F3E61) is known color: Rouge. HEX triplet: 9F, 3E and 61. RGB value is (159,62,97). Sum of RGB (Red+Green+Blue) = 159+62+97=318 (42% of max value = 765). Red value is 159 (62.5% from 255 or 50% from 318); Green value is 62 (24.61% from 255 or 19.50% from 318); Blue value is 97 (38.28% from 255 or 30.50% from 318); Max value from RGB is 159 - color contains mainly: red. Hex color #9F3E61 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F3E61 is #60C19E. Grayscale: #5E5E5E. Windows color (decimal): -6341023 or 6373023. OLE color: 6373023.

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

Color convert

RGB 159 62 97 -
CMYK 0 0.61 0.39 0.38
HSL 338.35º 0.44% 0.43% -
HSV(B) 338.35º 0.61% 0.62% -
XYZ 18.18 11.68 12.61 -
YUV 94.99 129.14 173.65 -
System Red Green Blue C M Y K H S L
Decimal 159 62 97 0 0.61 0.39 0.38 338.35 0.44 0.43
Hex 9F 3E 61 0 3D 27 26 152 2C 2B
Octal 237 76 141 0 75 47 46 522 54 53
Binary 10011111 111110 1100001 0 111101 100111 100110 101010010 101100 101011

Color Harmonies of #9F3E61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F3E61

Black with #9F3E61

Text Example


Text Example

White with #9F3E61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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