Html Css Color HEX #9E376B Rouge

📋 copy color: '#9E376B'

red 158 ◦ green 55 ◦ blue 107

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

Shades of Rouge #9E376B

Tints of Rouge #9E376B

RGB

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

 GREEN value IS 55 (21.88% from 255) = 17.19%

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

R = 49.38%
G = 17.19%
B = 33.44%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.32

 K value IS 0.38

RGB Variations

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

Color information

#9E376B (or 0x9E376B) is known color: Rouge. HEX triplet: 9E, 37 and 6B. RGB value is (158,55,107). Sum of RGB (Red+Green+Blue) = 158+55+107=320 (42% of max value = 765). Red value is 158 (62.11% from 255 or 49.38% from 320); Green value is 55 (21.88% from 255 or 17.19% from 320); Blue value is 107 (42.19% from 255 or 33.44% from 320); Max value from RGB is 158 - color contains mainly: red. Hex color #9E376B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9E376B is #61C894. Grayscale: #5B5B5B. Windows color (decimal): -6408341 or 7026590. OLE color: 7026590.

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

Color convert

RGB 158 55 107 -
CMYK 0 0.65 0.32 0.38
HSL 329.71º 0.48% 0.42% -
HSV(B) 329.71º 0.65% 0.62% -
XYZ 18.12 11.06 15.09 -
YUV 91.73 136.62 175.27 -
System Red Green Blue C M Y K H S L
Decimal 158 55 107 0 0.65 0.32 0.38 329.71 0.48 0.42
Hex 9E 37 6B 0 41 20 26 14A 30 2A
Octal 236 67 153 0 101 40 46 512 60 52
Binary 10011110 110111 1101011 0 1000001 100000 100110 101001010 110000 101010

Color Harmonies of #9E376B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E376B

Black with #9E376B

Text Example


Text Example

White with #9E376B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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