Html Css Color HEX #9E366B Rouge

📋 copy color: '#9E366B'

red 158 ◦ green 54 ◦ blue 107

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

Shades of Rouge #9E366B

Tints of Rouge #9E366B

RGB

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

 GREEN value IS 54 (21.48% from 255) = 16.93%

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

R = 49.53%
G = 16.93%
B = 33.54%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.32

 K value IS 0.38

RGB Variations

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

Color information

#9E366B (or 0x9E366B) is known color: Rouge. HEX triplet: 9E, 36 and 6B. RGB value is (158,54,107). Sum of RGB (Red+Green+Blue) = 158+54+107=319 (42% of max value = 765). Red value is 158 (62.11% from 255 or 49.53% from 319); Green value is 54 (21.48% from 255 or 16.93% from 319); Blue value is 107 (42.19% from 255 or 33.54% from 319); Max value from RGB is 158 - color contains mainly: red. Hex color #9E366B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9E366B is #61C994. Grayscale: #5B5B5B. Windows color (decimal): -6408597 or 7026334. OLE color: 7026334.

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

Color convert

RGB 158 54 107 -
CMYK 0 0.66 0.32 0.38
HSL 329.42º 0.49% 0.42% -
HSV(B) 329.42º 0.66% 0.62% -
XYZ 18.07 10.97 15.07 -
YUV 91.14 136.96 175.69 -
System Red Green Blue C M Y K H S L
Decimal 158 54 107 0 0.66 0.32 0.38 329.42 0.49 0.42
Hex 9E 36 6B 0 42 20 26 149 31 2A
Octal 236 66 153 0 102 40 46 511 61 52
Binary 10011110 110110 1101011 0 1000010 100000 100110 101001001 110001 101010

Color Harmonies of #9E366B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E366B

Black with #9E366B

Text Example


Text Example

White with #9E366B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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