Html Css Color HEX #9F376C Rouge

📋 copy color: '#9F376C'

red 159 ◦ green 55 ◦ blue 108

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

Shades of Rouge #9F376C

Tints of Rouge #9F376C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 33.54%

R = 49.38%
G = 17.08%
B = 33.54%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.32

 K value IS 0.38

RGB Variations

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

Color information

#9F376C (or 0x9F376C) is known color: Rouge. HEX triplet: 9F, 37 and 6C. RGB value is (159,55,108). Sum of RGB (Red+Green+Blue) = 159+55+108=322 (42% of max value = 765). Red value is 159 (62.5% from 255 or 49.38% from 322); Green value is 55 (21.88% from 255 or 17.08% from 322); Blue value is 108 (42.58% from 255 or 33.54% from 322); Max value from RGB is 159 - color contains mainly: red. Hex color #9F376C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F376C is #60C893. Grayscale: #5C5C5C. Windows color (decimal): -6342804 or 7092127. OLE color: 7092127.

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

Color convert

RGB 159 55 108 -
CMYK 0 0.65 0.32 0.38
HSL 329.42º 0.49% 0.42% -
HSV(B) 329.42º 0.65% 0.62% -
XYZ 18.37 11.19 15.38 -
YUV 92.14 136.96 175.69 -
System Red Green Blue C M Y K H S L
Decimal 159 55 108 0 0.65 0.32 0.38 329.42 0.49 0.42
Hex 9F 37 6C 0 41 20 26 149 31 2A
Octal 237 67 154 0 101 40 46 511 61 52
Binary 10011111 110111 1101100 0 1000001 100000 100110 101001001 110001 101010

Color Harmonies of #9F376C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F376C

Black with #9F376C

Text Example


Text Example

White with #9F376C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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