Html Css Color HEX #9F356F Rouge

📋 copy color: '#9F356F'

red 159 ◦ green 53 ◦ blue 111

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

Shades of Rouge #9F356F

Tints of Rouge #9F356F

RGB

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

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

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

R = 49.23%
G = 16.41%
B = 34.37%

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

#9F356F (or 0x9F356F) is known color: Rouge. HEX triplet: 9F, 35 and 6F. RGB value is (159,53,111). Sum of RGB (Red+Green+Blue) = 159+53+111=323 (42% of max value = 765). Red value is 159 (62.5% from 255 or 49.23% from 323); Green value is 53 (21.09% from 255 or 16.41% from 323); Blue value is 111 (43.75% from 255 or 34.37% from 323); Max value from RGB is 159 - color contains mainly: red. Hex color #9F356F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F356F is #60CA90. Grayscale: #5B5B5B. Windows color (decimal): -6343313 or 7288223. OLE color: 7288223.

HSL color Cylindrical-coordinate representation of color #9F356F: hue angle of 327.17º 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 #9F356F is Cyan = 0, Magento = 0.67, Yellow = 0.30 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 53 111 -
CMYK 0 0.67 0.30 0.38
HSL 327.17º 0.5% 0.42% -
HSV(B) 327.17º 0.67% 0.62% -
XYZ 18.44 11.06 16.2 -
YUV 91.31 139.12 176.28 -
System Red Green Blue C M Y K H S L
Decimal 159 53 111 0 0.67 0.30 0.38 327.17 0.5 0.42
Hex 9F 35 6F 0 43 1E 26 147 32 2A
Octal 237 65 157 0 103 36 46 507 62 52
Binary 10011111 110101 1101111 0 1000011 11110 100110 101000111 110010 101010

Color Harmonies of #9F356F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F356F

Black with #9F356F

Text Example


Text Example

White with #9F356F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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