Html Css Color HEX #9F436F Rouge

📋 copy color: '#9F436F'

red 159 ◦ green 67 ◦ blue 111

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

Shades of Rouge #9F436F

Tints of Rouge #9F436F

RGB

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

 GREEN value IS 67 (26.56% from 255) = 19.88%

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

R = 47.18%
G = 19.88%
B = 32.94%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.30

 K value IS 0.38

RGB Variations

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

Color information

#9F436F (or 0x9F436F) is known color: Rouge. HEX triplet: 9F, 43 and 6F. RGB value is (159,67,111). Sum of RGB (Red+Green+Blue) = 159+67+111=337 (44% of max value = 765). Red value is 159 (62.5% from 255 or 47.18% from 337); Green value is 67 (26.56% from 255 or 19.88% from 337); Blue value is 111 (43.75% from 255 or 32.94% from 337); Max value from RGB is 159 - color contains mainly: red. Hex color #9F436F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F436F is #60BC90. Grayscale: #636363. Windows color (decimal): -6339729 or 7291807. OLE color: 7291807.

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

Color convert

RGB 159 67 111 -
CMYK 0 0.58 0.30 0.38
HSL 331.3º 0.41% 0.44% -
HSV(B) 331.3º 0.58% 0.62% -
XYZ 19.17 12.53 16.45 -
YUV 99.52 134.48 170.42 -
System Red Green Blue C M Y K H S L
Decimal 159 67 111 0 0.58 0.30 0.38 331.3 0.41 0.44
Hex 9F 43 6F 0 3A 1E 26 14B 29 2C
Octal 237 103 157 0 72 36 46 513 51 54
Binary 10011111 1000011 1101111 0 111010 11110 100110 101001011 101001 101100

Color Harmonies of #9F436F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F436F

Black with #9F436F

Text Example


Text Example

White with #9F436F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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