Html Css Color HEX #9E356A Rouge

📋 copy color: '#9E356A'

red 158 ◦ green 53 ◦ blue 106

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

Shades of Rouge #9E356A

Tints of Rouge #9E356A

RGB

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

 GREEN value IS 53 (21.09% from 255) = 16.72%

 BLUE value IS 106 (41.8% from 255) = 33.44%

R = 49.84%
G = 16.72%
B = 33.44%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.33

 K value IS 0.38

RGB Variations

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

Color information

#9E356A (or 0x9E356A) is known color: Rouge. HEX triplet: 9E, 35 and 6A. RGB value is (158,53,106). Sum of RGB (Red+Green+Blue) = 158+53+106=317 (41% of max value = 765). Red value is 158 (62.11% from 255 or 49.84% from 317); Green value is 53 (21.09% from 255 or 16.72% from 317); Blue value is 106 (41.80% from 255 or 33.44% from 317); Max value from RGB is 158 - color contains mainly: red. Hex color #9E356A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9E356A is #61CA95. Grayscale: #5A5A5A. Windows color (decimal): -6408854 or 6960542. OLE color: 6960542.

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

Color convert

RGB 158 53 106 -
CMYK 0 0.66 0.33 0.38
HSL 329.71º 0.5% 0.41% -
HSV(B) 329.71º 0.66% 0.62% -
XYZ 17.98 10.86 14.78 -
YUV 90.44 136.79 176.19 -
System Red Green Blue C M Y K H S L
Decimal 158 53 106 0 0.66 0.33 0.38 329.71 0.5 0.41
Hex 9E 35 6A 0 42 21 26 14A 32 29
Octal 236 65 152 0 102 41 46 512 62 51
Binary 10011110 110101 1101010 0 1000010 100001 100110 101001010 110010 101001

Color Harmonies of #9E356A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E356A

Black with #9E356A

Text Example


Text Example

White with #9E356A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,53,106); }

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

background-color css

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

 a { background-color: rgb(158,53,106); }

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

border-color css

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

 span { border-color: rgb(158,53,106); }

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