Html Css Color HEX #9E366D Rouge

📋 copy color: '#9E366D'

red 158 ◦ green 54 ◦ blue 109

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

Shades of Rouge #9E366D

Tints of Rouge #9E366D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 33.96%

R = 49.22%
G = 16.82%
B = 33.96%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.31

 K value IS 0.38

RGB Variations

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

Color information

#9E366D (or 0x9E366D) is known color: Rouge. HEX triplet: 9E, 36 and 6D. RGB value is (158,54,109). Sum of RGB (Red+Green+Blue) = 158+54+109=321 (42% of max value = 765). Red value is 158 (62.11% from 255 or 49.22% from 321); Green value is 54 (21.48% from 255 or 16.82% from 321); Blue value is 109 (42.97% from 255 or 33.96% from 321); Max value from RGB is 158 - color contains mainly: red. Hex color #9E366D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9E366D is #61C992. Grayscale: #5B5B5B. Windows color (decimal): -6408595 or 7157406. OLE color: 7157406.

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

Color convert

RGB 158 54 109 -
CMYK 0 0.66 0.31 0.38
HSL 328.27º 0.49% 0.42% -
HSV(B) 328.27º 0.66% 0.62% -
XYZ 18.18 11.01 15.64 -
YUV 91.37 137.96 175.53 -
System Red Green Blue C M Y K H S L
Decimal 158 54 109 0 0.66 0.31 0.38 328.27 0.49 0.42
Hex 9E 36 6D 0 42 1F 26 148 31 2A
Octal 236 66 155 0 102 37 46 510 61 52
Binary 10011110 110110 1101101 0 1000010 11111 100110 101001000 110001 101010

Color Harmonies of #9E366D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E366D

Black with #9E366D

Text Example


Text Example

White with #9E366D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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