Html Css Color HEX #9E366F Rouge

📋 copy color: '#9E366F'

red 158 ◦ green 54 ◦ blue 111

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

Shades of Rouge #9E366F

Tints of Rouge #9E366F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 34.37%

R = 48.92%
G = 16.72%
B = 34.37%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.30

 K value IS 0.38

RGB Variations

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

Color information

#9E366F (or 0x9E366F) is known color: Rouge. HEX triplet: 9E, 36 and 6F. RGB value is (158,54,111). Sum of RGB (Red+Green+Blue) = 158+54+111=323 (42% of max value = 765). Red value is 158 (62.11% from 255 or 48.92% from 323); Green value is 54 (21.48% from 255 or 16.72% from 323); Blue value is 111 (43.75% from 255 or 34.37% from 323); Max value from RGB is 158 - color contains mainly: red. Hex color #9E366F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9E366F is #61C990. Grayscale: #5B5B5B. Windows color (decimal): -6408593 or 7288478. OLE color: 7288478.

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

Color convert

RGB 158 54 111 -
CMYK 0 0.66 0.30 0.38
HSL 327.12º 0.49% 0.42% -
HSV(B) 327.12º 0.66% 0.62% -
XYZ 18.29 11.06 16.21 -
YUV 91.59 138.96 175.37 -
System Red Green Blue C M Y K H S L
Decimal 158 54 111 0 0.66 0.30 0.38 327.12 0.49 0.42
Hex 9E 36 6F 0 42 1E 26 147 31 2A
Octal 236 66 157 0 102 36 46 507 61 52
Binary 10011110 110110 1101111 0 1000010 11110 100110 101000111 110001 101010

Color Harmonies of #9E366F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E366F

Black with #9E366F

Text Example


Text Example

White with #9E366F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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