Html Css Color HEX #9F3761 Rouge

📋 copy color: '#9F3761'

red 159 ◦ green 55 ◦ blue 97

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

Shades of Rouge #9F3761

Tints of Rouge #9F3761

RGB

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

 GREEN value IS 55 (21.88% from 255) = 17.68%

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

R = 51.13%
G = 17.68%
B = 31.19%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.39

 K value IS 0.38

RGB Variations

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

Color information

#9F3761 (or 0x9F3761) is known color: Rouge. HEX triplet: 9F, 37 and 61. RGB value is (159,55,97). Sum of RGB (Red+Green+Blue) = 159+55+97=311 (41% of max value = 765). Red value is 159 (62.5% from 255 or 51.13% from 311); Green value is 55 (21.88% from 255 or 17.68% from 311); Blue value is 97 (38.28% from 255 or 31.19% from 311); Max value from RGB is 159 - color contains mainly: red. Hex color #9F3761 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F3761 is #60C89E. Grayscale: #5A5A5A. Windows color (decimal): -6342815 or 6371231. OLE color: 6371231.

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

Color convert

RGB 159 55 97 -
CMYK 0 0.65 0.39 0.38
HSL 335.77º 0.49% 0.42% -
HSV(B) 335.77º 0.65% 0.62% -
XYZ 17.82 10.97 12.49 -
YUV 90.88 131.46 176.58 -
System Red Green Blue C M Y K H S L
Decimal 159 55 97 0 0.65 0.39 0.38 335.77 0.49 0.42
Hex 9F 37 61 0 41 27 26 150 31 2A
Octal 237 67 141 0 101 47 46 520 61 52
Binary 10011111 110111 1100001 0 1000001 100111 100110 101010000 110001 101010

Color Harmonies of #9F3761

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F3761

Black with #9F3761

Text Example


Text Example

White with #9F3761

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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