Html Css Color HEX #9F306D Rouge

📋 copy color: '#9F306D'

red 159 ◦ green 48 ◦ blue 109

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

Shades of Rouge #9F306D

Tints of Rouge #9F306D

RGB

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

 GREEN value IS 48 (19.14% from 255) = 15.19%

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

R = 50.32%
G = 15.19%
B = 34.49%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.31

 K value IS 0.38

RGB Variations

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

Color information

#9F306D (or 0x9F306D) is known color: Rouge. HEX triplet: 9F, 30 and 6D. RGB value is (159,48,109). Sum of RGB (Red+Green+Blue) = 159+48+109=316 (41% of max value = 765). Red value is 159 (62.5% from 255 or 50.32% from 316); Green value is 48 (19.14% from 255 or 15.19% from 316); Blue value is 109 (42.97% from 255 or 34.49% from 316); Max value from RGB is 159 - color contains mainly: red. Hex color #9F306D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F306D is #60CF92. Grayscale: #585858. Windows color (decimal): -6344595 or 7155871. OLE color: 7155871.

HSL color Cylindrical-coordinate representation of color #9F306D: hue angle of 327.03º degrees, saturation: 0.54, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9F306D is Cyan = 0, Magento = 0.70, Yellow = 0.31 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 48 109 -
CMYK 0 0.70 0.31 0.38
HSL 327.03º 0.54% 0.41% -
HSV(B) 327.03º 0.7% 0.62% -
XYZ 18.12 10.59 15.56 -
YUV 88.14 139.77 178.54 -
System Red Green Blue C M Y K H S L
Decimal 159 48 109 0 0.70 0.31 0.38 327.03 0.54 0.41
Hex 9F 30 6D 0 46 1F 26 147 36 29
Octal 237 60 155 0 106 37 46 507 66 51
Binary 10011111 110000 1101101 0 1000110 11111 100110 101000111 110110 101001

Color Harmonies of #9F306D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F306D

Black with #9F306D

Text Example


Text Example

White with #9F306D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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