Html Css Color HEX #9F326A Rouge

📋 copy color: '#9F326A'

red 159 ◦ green 50 ◦ blue 106

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

Shades of Rouge #9F326A

Tints of Rouge #9F326A

RGB

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

 GREEN value IS 50 (19.92% from 255) = 15.87%

 BLUE value IS 106 (41.8% from 255) = 33.65%

R = 50.48%
G = 15.87%
B = 33.65%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.33

 K value IS 0.38

RGB Variations

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

Color information

#9F326A (or 0x9F326A) is known color: Rouge. HEX triplet: 9F, 32 and 6A. RGB value is (159,50,106). Sum of RGB (Red+Green+Blue) = 159+50+106=315 (41% of max value = 765). Red value is 159 (62.5% from 255 or 50.48% from 315); Green value is 50 (19.92% from 255 or 15.87% from 315); Blue value is 106 (41.80% from 255 or 33.65% from 315); Max value from RGB is 159 - color contains mainly: red. Hex color #9F326A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F326A is #60CD95. Grayscale: #585858. Windows color (decimal): -6344086 or 6959775. OLE color: 6959775.

HSL color Cylindrical-coordinate representation of color #9F326A: hue angle of 329.17º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9F326A is Cyan = 0, Magento = 0.69, Yellow = 0.33 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 50 106 -
CMYK 0 0.69 0.33 0.38
HSL 329.17º 0.52% 0.41% -
HSV(B) 329.17º 0.69% 0.62% -
XYZ 18.04 10.69 14.75 -
YUV 88.98 137.61 177.95 -
System Red Green Blue C M Y K H S L
Decimal 159 50 106 0 0.69 0.33 0.38 329.17 0.52 0.41
Hex 9F 32 6A 0 45 21 26 149 34 29
Octal 237 62 152 0 105 41 46 511 64 51
Binary 10011111 110010 1101010 0 1000101 100001 100110 101001001 110100 101001

Color Harmonies of #9F326A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F326A

Black with #9F326A

Text Example


Text Example

White with #9F326A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,50,106); }

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

background-color css

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

 a { background-color: rgb(159,50,106); }

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

border-color css

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

 span { border-color: rgb(159,50,106); }

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