Html Css Color HEX #9F356A Rouge

📋 copy color: '#9F356A'

red 159 ◦ green 53 ◦ blue 106

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

Shades of Rouge #9F356A

Tints of Rouge #9F356A

RGB

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

 GREEN value IS 53 (21.09% from 255) = 16.67%

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

R = 50%
G = 16.67%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.33

 K value IS 0.38

RGB Variations

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

Color information

#9F356A (or 0x9F356A) is known color: Rouge. HEX triplet: 9F, 35 and 6A. RGB value is (159,53,106). Sum of RGB (Red+Green+Blue) = 159+53+106=318 (42% of max value = 765). Red value is 159 (62.5% from 255 or 50% from 318); Green value is 53 (21.09% from 255 or 16.67% from 318); Blue value is 106 (41.80% from 255 or 33.33% from 318); Max value from RGB is 159 - color contains mainly: red. Hex color #9F356A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F356A is #60CA95. Grayscale: #5A5A5A. Windows color (decimal): -6343318 or 6960543. OLE color: 6960543.

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

Color convert

RGB 159 53 106 -
CMYK 0 0.67 0.33 0.38
HSL 330º 0.5% 0.42% -
HSV(B) 330º 0.67% 0.62% -
XYZ 18.17 10.96 14.79 -
YUV 90.74 136.62 176.69 -
System Red Green Blue C M Y K H S L
Decimal 159 53 106 0 0.67 0.33 0.38 330 0.5 0.42
Hex 9F 35 6A 0 43 21 26 14A 32 2A
Octal 237 65 152 0 103 41 46 512 62 52
Binary 10011111 110101 1101010 0 1000011 100001 100110 101001010 110010 101010

Color Harmonies of #9F356A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F356A

Black with #9F356A

Text Example


Text Example

White with #9F356A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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