Html Css Color HEX #9F4874 Rouge

📋 copy color: '#9F4874'

red 159 ◦ green 72 ◦ blue 116

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

Shades of Rouge #9F4874

Tints of Rouge #9F4874

RGB

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

 GREEN value IS 72 (28.52% from 255) = 20.75%

 BLUE value IS 116 (45.7% from 255) = 33.43%

R = 45.82%
G = 20.75%
B = 33.43%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.27

 K value IS 0.38

RGB Variations

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

Color information

#9F4874 (or 0x9F4874) is known color: Rouge. HEX triplet: 9F, 48 and 74. RGB value is (159,72,116). Sum of RGB (Red+Green+Blue) = 159+72+116=347 (45% of max value = 765). Red value is 159 (62.5% from 255 or 45.82% from 347); Green value is 72 (28.52% from 255 or 20.75% from 347); Blue value is 116 (45.70% from 255 or 33.43% from 347); Max value from RGB is 159 - color contains mainly: red. Hex color #9F4874 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F4874 is #60B78B. Grayscale: #666666. Windows color (decimal): -6338444 or 7620767. OLE color: 7620767.

HSL color Cylindrical-coordinate representation of color #9F4874: hue angle of 329.66º degrees, saturation: 0.38, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9F4874 is Cyan = 0, Magento = 0.55, Yellow = 0.27 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 72 116 -
CMYK 0 0.55 0.27 0.38
HSL 329.66º 0.38% 0.45% -
HSV(B) 329.66º 0.55% 0.62% -
XYZ 19.77 13.27 18.04 -
YUV 103.03 135.32 167.92 -
System Red Green Blue C M Y K H S L
Decimal 159 72 116 0 0.55 0.27 0.38 329.66 0.38 0.45
Hex 9F 48 74 0 37 1B 26 14A 26 2D
Octal 237 110 164 0 67 33 46 512 46 55
Binary 10011111 1001000 1110100 0 110111 11011 100110 101001010 100110 101101

Color Harmonies of #9F4874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F4874

Black with #9F4874

Text Example


Text Example

White with #9F4874

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,72,116); }

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

background-color css

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

 a { background-color: rgb(159,72,116); }

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

border-color css

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

 span { border-color: rgb(159,72,116); }

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