Html Css Color HEX #9F4175 Rouge

📋 copy color: '#9F4175'

red 159 ◦ green 65 ◦ blue 117

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

Shades of Rouge #9F4175

Tints of Rouge #9F4175

RGB

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

 GREEN value IS 65 (25.78% from 255) = 19.06%

 BLUE value IS 117 (46.09% from 255) = 34.31%

R = 46.63%
G = 19.06%
B = 34.31%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.26

 K value IS 0.38

RGB Variations

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

Color information

#9F4175 (or 0x9F4175) is known color: Rouge. HEX triplet: 9F, 41 and 75. RGB value is (159,65,117). Sum of RGB (Red+Green+Blue) = 159+65+117=341 (45% of max value = 765). Red value is 159 (62.5% from 255 or 46.63% from 341); Green value is 65 (25.78% from 255 or 19.06% from 341); Blue value is 117 (46.09% from 255 or 34.31% from 341); Max value from RGB is 159 - color contains mainly: red. Hex color #9F4175 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F4175 is #60BE8A. Grayscale: #626262. Windows color (decimal): -6340235 or 7684511. OLE color: 7684511.

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

Color convert

RGB 159 65 117 -
CMYK 0 0.59 0.26 0.38
HSL 326.81º 0.42% 0.44% -
HSV(B) 326.81º 0.59% 0.62% -
XYZ 19.4 12.44 18.21 -
YUV 99.03 138.14 170.77 -
System Red Green Blue C M Y K H S L
Decimal 159 65 117 0 0.59 0.26 0.38 326.81 0.42 0.44
Hex 9F 41 75 0 3B 1A 26 147 2A 2C
Octal 237 101 165 0 73 32 46 507 52 54
Binary 10011111 1000001 1110101 0 111011 11010 100110 101000111 101010 101100

Color Harmonies of #9F4175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F4175

Black with #9F4175

Text Example


Text Example

White with #9F4175

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,65,117); }

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

background-color css

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

 a { background-color: rgb(159,65,117); }

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

border-color css

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

 span { border-color: rgb(159,65,117); }

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