Html Css Color HEX #9F436D Rouge

📋 copy color: '#9F436D'

red 159 ◦ green 67 ◦ blue 109

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

Shades of Rouge #9F436D

Tints of Rouge #9F436D

RGB

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

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

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

R = 47.46%
G = 20%
B = 32.54%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.31

 K value IS 0.38

RGB Variations

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

Color information

#9F436D (or 0x9F436D) is known color: Rouge. HEX triplet: 9F, 43 and 6D. RGB value is (159,67,109). Sum of RGB (Red+Green+Blue) = 159+67+109=335 (44% of max value = 765). Red value is 159 (62.5% from 255 or 47.46% from 335); Green value is 67 (26.56% from 255 or 20% from 335); Blue value is 109 (42.97% from 255 or 32.54% from 335); Max value from RGB is 159 - color contains mainly: red. Hex color #9F436D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F436D is #60BC92. Grayscale: #636363. Windows color (decimal): -6339731 or 7160735. OLE color: 7160735.

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

Color convert

RGB 159 67 109 -
CMYK 0 0.58 0.31 0.38
HSL 332.61º 0.41% 0.44% -
HSV(B) 332.61º 0.58% 0.62% -
XYZ 19.07 12.49 15.87 -
YUV 99.3 133.48 170.58 -
System Red Green Blue C M Y K H S L
Decimal 159 67 109 0 0.58 0.31 0.38 332.61 0.41 0.44
Hex 9F 43 6D 0 3A 1F 26 14D 29 2C
Octal 237 103 155 0 72 37 46 515 51 54
Binary 10011111 1000011 1101101 0 111010 11111 100110 101001101 101001 101100

Color Harmonies of #9F436D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F436D

Black with #9F436D

Text Example


Text Example

White with #9F436D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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