Html Css Color HEX #9F3771 Rouge

📋 copy color: '#9F3771'

red 159 ◦ green 55 ◦ blue 113

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

Shades of Rouge #9F3771

Tints of Rouge #9F3771

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 34.56%

R = 48.62%
G = 16.82%
B = 34.56%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.29

 K value IS 0.38

RGB Variations

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

Color information

#9F3771 (or 0x9F3771) is known color: Rouge. HEX triplet: 9F, 37 and 71. RGB value is (159,55,113). Sum of RGB (Red+Green+Blue) = 159+55+113=327 (43% of max value = 765). Red value is 159 (62.5% from 255 or 48.62% from 327); Green value is 55 (21.88% from 255 or 16.82% from 327); Blue value is 113 (44.53% from 255 or 34.56% from 327); Max value from RGB is 159 - color contains mainly: red. Hex color #9F3771 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F3771 is #60C88E. Grayscale: #5C5C5C. Windows color (decimal): -6342799 or 7419807. OLE color: 7419807.

HSL color Cylindrical-coordinate representation of color #9F3771: hue angle of 326.54º 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 #9F3771 is Cyan = 0, Magento = 0.65, Yellow = 0.29 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 55 113 -
CMYK 0 0.65 0.29 0.38
HSL 326.54º 0.49% 0.42% -
HSV(B) 326.54º 0.65% 0.62% -
XYZ 18.64 11.3 16.82 -
YUV 92.71 139.46 175.28 -
System Red Green Blue C M Y K H S L
Decimal 159 55 113 0 0.65 0.29 0.38 326.54 0.49 0.42
Hex 9F 37 71 0 41 1D 26 147 31 2A
Octal 237 67 161 0 101 35 46 507 61 52
Binary 10011111 110111 1110001 0 1000001 11101 100110 101000111 110001 101010

Color Harmonies of #9F3771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F3771

Black with #9F3771

Text Example


Text Example

White with #9F3771

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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