Html Css Color HEX #9F346F Rouge

📋 copy color: '#9F346F'

red 159 ◦ green 52 ◦ blue 111

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

Shades of Rouge #9F346F

Tints of Rouge #9F346F

RGB

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

 GREEN value IS 52 (20.7% from 255) = 16.15%

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

R = 49.38%
G = 16.15%
B = 34.47%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.30

 K value IS 0.38

RGB Variations

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

Color information

#9F346F (or 0x9F346F) is known color: Rouge. HEX triplet: 9F, 34 and 6F. RGB value is (159,52,111). Sum of RGB (Red+Green+Blue) = 159+52+111=322 (42% of max value = 765). Red value is 159 (62.5% from 255 or 49.38% from 322); Green value is 52 (20.70% from 255 or 16.15% from 322); Blue value is 111 (43.75% from 255 or 34.47% from 322); Max value from RGB is 159 - color contains mainly: red. Hex color #9F346F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F346F is #60CB90. Grayscale: #5A5A5A. Windows color (decimal): -6343569 or 7287967. OLE color: 7287967.

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

Color convert

RGB 159 52 111 -
CMYK 0 0.67 0.30 0.38
HSL 326.92º 0.51% 0.41% -
HSV(B) 326.92º 0.67% 0.62% -
XYZ 18.4 10.97 16.19 -
YUV 90.72 139.45 176.7 -
System Red Green Blue C M Y K H S L
Decimal 159 52 111 0 0.67 0.30 0.38 326.92 0.51 0.41
Hex 9F 34 6F 0 43 1E 26 147 33 29
Octal 237 64 157 0 103 36 46 507 63 51
Binary 10011111 110100 1101111 0 1000011 11110 100110 101000111 110011 101001

Color Harmonies of #9F346F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F346F

Black with #9F346F

Text Example


Text Example

White with #9F346F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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