Html Css Color HEX #9F386D Rouge

📋 copy color: '#9F386D'

red 159 ◦ green 56 ◦ blue 109

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

Shades of Rouge #9F386D

Tints of Rouge #9F386D

RGB

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

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

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

R = 49.07%
G = 17.28%
B = 33.64%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.31

 K value IS 0.38

RGB Variations

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

Color information

#9F386D (or 0x9F386D) is known color: Rouge. HEX triplet: 9F, 38 and 6D. RGB value is (159,56,109). Sum of RGB (Red+Green+Blue) = 159+56+109=324 (42% of max value = 765). Red value is 159 (62.5% from 255 or 49.07% from 324); Green value is 56 (22.27% from 255 or 17.28% from 324); Blue value is 109 (42.97% from 255 or 33.64% from 324); Max value from RGB is 159 - color contains mainly: red. Hex color #9F386D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F386D is #60C792. Grayscale: #5C5C5C. Windows color (decimal): -6342547 or 7157919. OLE color: 7157919.

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

Color convert

RGB 159 56 109 -
CMYK 0 0.65 0.31 0.38
HSL 329.13º 0.48% 0.42% -
HSV(B) 329.13º 0.65% 0.62% -
XYZ 18.47 11.3 15.68 -
YUV 92.84 137.12 175.19 -
System Red Green Blue C M Y K H S L
Decimal 159 56 109 0 0.65 0.31 0.38 329.13 0.48 0.42
Hex 9F 38 6D 0 41 1F 26 149 30 2A
Octal 237 70 155 0 101 37 46 511 60 52
Binary 10011111 111000 1101101 0 1000001 11111 100110 101001001 110000 101010

Color Harmonies of #9F386D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F386D

Black with #9F386D

Text Example


Text Example

White with #9F386D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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