Html Css Color HEX #9F386F Rouge

📋 copy color: '#9F386F'

red 159 ◦ green 56 ◦ blue 111

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

Shades of Rouge #9F386F

Tints of Rouge #9F386F

RGB

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

 GREEN value IS 56 (22.27% from 255) = 17.18%

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

R = 48.77%
G = 17.18%
B = 34.05%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.30

 K value IS 0.38

RGB Variations

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

Color information

#9F386F (or 0x9F386F) is known color: Rouge. HEX triplet: 9F, 38 and 6F. RGB value is (159,56,111). Sum of RGB (Red+Green+Blue) = 159+56+111=326 (43% of max value = 765). Red value is 159 (62.5% from 255 or 48.77% from 326); Green value is 56 (22.27% from 255 or 17.18% from 326); Blue value is 111 (43.75% from 255 or 34.05% from 326); Max value from RGB is 159 - color contains mainly: red. Hex color #9F386F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F386F is #60C790. Grayscale: #5C5C5C. Windows color (decimal): -6342545 or 7288991. OLE color: 7288991.

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

Color convert

RGB 159 56 111 -
CMYK 0 0.65 0.30 0.38
HSL 327.96º 0.48% 0.42% -
HSV(B) 327.96º 0.65% 0.62% -
XYZ 18.58 11.35 16.25 -
YUV 93.07 138.12 175.03 -
System Red Green Blue C M Y K H S L
Decimal 159 56 111 0 0.65 0.30 0.38 327.96 0.48 0.42
Hex 9F 38 6F 0 41 1E 26 148 30 2A
Octal 237 70 157 0 101 36 46 510 60 52
Binary 10011111 111000 1101111 0 1000001 11110 100110 101001000 110000 101010

Color Harmonies of #9F386F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F386F

Black with #9F386F

Text Example


Text Example

White with #9F386F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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