Html Css Color HEX #9E395E Rouge

📋 copy color: '#9E395E'

red 158 ◦ green 57 ◦ blue 94

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

Shades of Rouge #9E395E

Tints of Rouge #9E395E

RGB

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

 GREEN value IS 57 (22.66% from 255) = 18.45%

 BLUE value IS 94 (37.11% from 255) = 30.42%

R = 51.13%
G = 18.45%
B = 30.42%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.41

 K value IS 0.38

RGB Variations

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

Color information

#9E395E (or 0x9E395E) is known color: Rouge. HEX triplet: 9E, 39 and 5E. RGB value is (158,57,94). Sum of RGB (Red+Green+Blue) = 158+57+94=309 (40% of max value = 765). Red value is 158 (62.11% from 255 or 51.13% from 309); Green value is 57 (22.66% from 255 or 18.45% from 309); Blue value is 94 (37.11% from 255 or 30.42% from 309); Max value from RGB is 158 - color contains mainly: red. Hex color #9E395E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9E395E is #61C6A1. Grayscale: #5B5B5B. Windows color (decimal): -6407842 or 6175134. OLE color: 6175134.

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

Color convert

RGB 158 57 94 -
CMYK 0 0.64 0.41 0.38
HSL 338.02º 0.47% 0.42% -
HSV(B) 338.02º 0.64% 0.62% -
XYZ 17.58 11 11.79 -
YUV 91.42 129.46 175.49 -
System Red Green Blue C M Y K H S L
Decimal 158 57 94 0 0.64 0.41 0.38 338.02 0.47 0.42
Hex 9E 39 5E 0 40 29 26 152 2F 2A
Octal 236 71 136 0 100 51 46 522 57 52
Binary 10011110 111001 1011110 0 1000000 101001 100110 101010010 101111 101010

Color Harmonies of #9E395E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E395E

Black with #9E395E

Text Example


Text Example

White with #9E395E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,57,94); }

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

background-color css

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

 a { background-color: rgb(158,57,94); }

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

border-color css

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

 span { border-color: rgb(158,57,94); }

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