Html Css Color HEX #9F366D Rouge

📋 copy color: '#9F366D'

red 159 ◦ green 54 ◦ blue 109

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

Shades of Rouge #9F366D

Tints of Rouge #9F366D

RGB

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

 GREEN value IS 54 (21.48% from 255) = 16.77%

 BLUE value IS 109 (42.97% from 255) = 33.85%

R = 49.38%
G = 16.77%
B = 33.85%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.31

 K value IS 0.38

RGB Variations

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

Color information

#9F366D (or 0x9F366D) is known color: Rouge. HEX triplet: 9F, 36 and 6D. RGB value is (159,54,109). Sum of RGB (Red+Green+Blue) = 159+54+109=322 (42% of max value = 765). Red value is 159 (62.5% from 255 or 49.38% from 322); Green value is 54 (21.48% from 255 or 16.77% from 322); Blue value is 109 (42.97% from 255 or 33.85% from 322); Max value from RGB is 159 - color contains mainly: red. Hex color #9F366D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F366D is #60C992. Grayscale: #5B5B5B. Windows color (decimal): -6343059 or 7157407. OLE color: 7157407.

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

Color convert

RGB 159 54 109 -
CMYK 0 0.66 0.31 0.38
HSL 328.57º 0.49% 0.42% -
HSV(B) 328.57º 0.66% 0.62% -
XYZ 18.38 11.11 15.64 -
YUV 91.67 137.79 176.03 -
System Red Green Blue C M Y K H S L
Decimal 159 54 109 0 0.66 0.31 0.38 328.57 0.49 0.42
Hex 9F 36 6D 0 42 1F 26 149 31 2A
Octal 237 66 155 0 102 37 46 511 61 52
Binary 10011111 110110 1101101 0 1000010 11111 100110 101001001 110001 101010

Color Harmonies of #9F366D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F366D

Black with #9F366D

Text Example


Text Example

White with #9F366D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,54,109); }

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

background-color css

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

 a { background-color: rgb(159,54,109); }

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

border-color css

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

 span { border-color: rgb(159,54,109); }

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