Html Css Color HEX #9E446B Rouge

📋 copy color: '#9E446B'

red 158 ◦ green 68 ◦ blue 107

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

Shades of Rouge #9E446B

Tints of Rouge #9E446B

RGB

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

 GREEN value IS 68 (26.95% from 255) = 20.42%

 BLUE value IS 107 (42.19% from 255) = 32.13%

R = 47.45%
G = 20.42%
B = 32.13%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.32

 K value IS 0.38

RGB Variations

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

Color information

#9E446B (or 0x9E446B) is known color: Rouge. HEX triplet: 9E, 44 and 6B. RGB value is (158,68,107). Sum of RGB (Red+Green+Blue) = 158+68+107=333 (44% of max value = 765). Red value is 158 (62.11% from 255 or 47.45% from 333); Green value is 68 (26.95% from 255 or 20.42% from 333); Blue value is 107 (42.19% from 255 or 32.13% from 333); Max value from RGB is 158 - color contains mainly: red. Hex color #9E446B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9E446B is #61BB94. Grayscale: #636363. Windows color (decimal): -6405013 or 7029918. OLE color: 7029918.

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

Color convert

RGB 158 68 107 -
CMYK 0 0.57 0.32 0.38
HSL 334º 0.4% 0.44% -
HSV(B) 334º 0.57% 0.62% -
XYZ 18.82 12.46 15.32 -
YUV 99.36 132.32 169.83 -
System Red Green Blue C M Y K H S L
Decimal 158 68 107 0 0.57 0.32 0.38 334 0.4 0.44
Hex 9E 44 6B 0 39 20 26 14E 28 2C
Octal 236 104 153 0 71 40 46 516 50 54
Binary 10011110 1000100 1101011 0 111001 100000 100110 101001110 101000 101100

Color Harmonies of #9E446B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E446B

Black with #9E446B

Text Example


Text Example

White with #9E446B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,68,107); }

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

background-color css

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

 a { background-color: rgb(158,68,107); }

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

border-color css

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

 span { border-color: rgb(158,68,107); }

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