Html Css Color HEX #9F436E Rouge

📋 copy color: '#9F436E'

red 159 ◦ green 67 ◦ blue 110

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

Shades of Rouge #9F436E

Tints of Rouge #9F436E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 32.74%

R = 47.32%
G = 19.94%
B = 32.74%

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

#9F436E (or 0x9F436E) is known color: Rouge. HEX triplet: 9F, 43 and 6E. RGB value is (159,67,110). Sum of RGB (Red+Green+Blue) = 159+67+110=336 (44% of max value = 765). Red value is 159 (62.5% from 255 or 47.32% from 336); Green value is 67 (26.56% from 255 or 19.94% from 336); Blue value is 110 (43.36% from 255 or 32.74% from 336); Max value from RGB is 159 - color contains mainly: red. Hex color #9F436E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F436E is #60BC91. Grayscale: #636363. Windows color (decimal): -6339730 or 7226271. OLE color: 7226271.

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

Color convert

RGB 159 67 110 -
CMYK 0 0.58 0.31 0.38
HSL 331.96º 0.41% 0.44% -
HSV(B) 331.96º 0.58% 0.62% -
XYZ 19.12 12.51 16.16 -
YUV 99.41 133.98 170.5 -
System Red Green Blue C M Y K H S L
Decimal 159 67 110 0 0.58 0.31 0.38 331.96 0.41 0.44
Hex 9F 43 6E 0 3A 1F 26 14C 29 2C
Octal 237 103 156 0 72 37 46 514 51 54
Binary 10011111 1000011 1101110 0 111010 11111 100110 101001100 101001 101100

Color Harmonies of #9F436E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F436E

Black with #9F436E

Text Example


Text Example

White with #9F436E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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