Html Css Color HEX #9E356E Rouge

📋 copy color: '#9E356E'

red 158 ◦ green 53 ◦ blue 110

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

Shades of Rouge #9E356E

Tints of Rouge #9E356E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 34.27%

R = 49.22%
G = 16.51%
B = 34.27%

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

#9E356E (or 0x9E356E) is known color: Rouge. HEX triplet: 9E, 35 and 6E. RGB value is (158,53,110). Sum of RGB (Red+Green+Blue) = 158+53+110=321 (42% of max value = 765). Red value is 158 (62.11% from 255 or 49.22% from 321); Green value is 53 (21.09% from 255 or 16.51% from 321); Blue value is 110 (43.36% from 255 or 34.27% from 321); Max value from RGB is 158 - color contains mainly: red. Hex color #9E356E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9E356E is #61CA91. Grayscale: #5A5A5A. Windows color (decimal): -6408850 or 7222686. OLE color: 7222686.

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

Color convert

RGB 158 53 110 -
CMYK 0 0.66 0.30 0.38
HSL 327.43º 0.5% 0.41% -
HSV(B) 327.43º 0.66% 0.62% -
XYZ 18.19 10.94 15.91 -
YUV 90.89 138.79 175.87 -
System Red Green Blue C M Y K H S L
Decimal 158 53 110 0 0.66 0.30 0.38 327.43 0.5 0.41
Hex 9E 35 6E 0 42 1E 26 147 32 29
Octal 236 65 156 0 102 36 46 507 62 51
Binary 10011110 110101 1101110 0 1000010 11110 100110 101000111 110010 101001

Color Harmonies of #9E356E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E356E

Black with #9E356E

Text Example


Text Example

White with #9E356E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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