Html Css Color HEX #9F366F Rouge

📋 copy color: '#9F366F'

red 159 ◦ green 54 ◦ blue 111

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

Shades of Rouge #9F366F

Tints of Rouge #9F366F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 34.26%

R = 49.07%
G = 16.67%
B = 34.26%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.30

 K value IS 0.38

RGB Variations

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

Color information

#9F366F (or 0x9F366F) is known color: Rouge. HEX triplet: 9F, 36 and 6F. RGB value is (159,54,111). Sum of RGB (Red+Green+Blue) = 159+54+111=324 (42% of max value = 765). Red value is 159 (62.5% from 255 or 49.07% from 324); Green value is 54 (21.48% from 255 or 16.67% from 324); Blue value is 111 (43.75% from 255 or 34.26% from 324); Max value from RGB is 159 - color contains mainly: red. Hex color #9F366F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F366F is #60C990. Grayscale: #5B5B5B. Windows color (decimal): -6343057 or 7288479. OLE color: 7288479.

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

Color convert

RGB 159 54 111 -
CMYK 0 0.66 0.30 0.38
HSL 327.43º 0.49% 0.42% -
HSV(B) 327.43º 0.66% 0.62% -
XYZ 18.49 11.16 16.22 -
YUV 91.89 138.79 175.87 -
System Red Green Blue C M Y K H S L
Decimal 159 54 111 0 0.66 0.30 0.38 327.43 0.49 0.42
Hex 9F 36 6F 0 42 1E 26 147 31 2A
Octal 237 66 157 0 102 36 46 507 61 52
Binary 10011111 110110 1101111 0 1000010 11110 100110 101000111 110001 101010

Color Harmonies of #9F366F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F366F

Black with #9F366F

Text Example


Text Example

White with #9F366F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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