Html Css Color HEX #9E436C Rouge

📋 copy color: '#9E436C'

red 158 ◦ green 67 ◦ blue 108

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

Shades of Rouge #9E436C

Tints of Rouge #9E436C

RGB

 RED value IS 158 (62.11% from 255) = 47.45%

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

 BLUE value IS 108 (42.58% from 255) = 32.43%

R = 47.45%
G = 20.12%
B = 32.43%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.32

 K value IS 0.38

RGB Variations

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

Color information

#9E436C (or 0x9E436C) is known color: Rouge. HEX triplet: 9E, 43 and 6C. RGB value is (158,67,108). Sum of RGB (Red+Green+Blue) = 158+67+108=333 (44% of max value = 765). Red value is 158 (62.11% from 255 or 47.45% from 333); Green value is 67 (26.56% from 255 or 20.12% from 333); Blue value is 108 (42.58% from 255 or 32.43% from 333); Max value from RGB is 158 - color contains mainly: red. Hex color #9E436C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9E436C is #61BC93. Grayscale: #626262. Windows color (decimal): -6405268 or 7095198. OLE color: 7095198.

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

Color convert

RGB 158 67 108 -
CMYK 0 0.58 0.32 0.38
HSL 332.97º 0.4% 0.44% -
HSV(B) 332.97º 0.58% 0.62% -
XYZ 18.81 12.37 15.58 -
YUV 98.88 133.15 170.17 -
System Red Green Blue C M Y K H S L
Decimal 158 67 108 0 0.58 0.32 0.38 332.97 0.4 0.44
Hex 9E 43 6C 0 3A 20 26 14D 28 2C
Octal 236 103 154 0 72 40 46 515 50 54
Binary 10011110 1000011 1101100 0 111010 100000 100110 101001101 101000 101100

Color Harmonies of #9E436C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E436C

Black with #9E436C

Text Example


Text Example

White with #9E436C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,67,108); }

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

background-color css

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

 a { background-color: rgb(158,67,108); }

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

border-color css

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

 span { border-color: rgb(158,67,108); }

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