Html Css Color HEX #9E3561 Rouge

📋 copy color: '#9E3561'

red 158 ◦ green 53 ◦ blue 97

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

Shades of Rouge #9E3561

Tints of Rouge #9E3561

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 31.49%

R = 51.3%
G = 17.21%
B = 31.49%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.39

 K value IS 0.38

RGB Variations

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

Color information

#9E3561 (or 0x9E3561) is known color: Rouge. HEX triplet: 9E, 35 and 61. RGB value is (158,53,97). Sum of RGB (Red+Green+Blue) = 158+53+97=308 (40% of max value = 765). Red value is 158 (62.11% from 255 or 51.30% from 308); Green value is 53 (21.09% from 255 or 17.21% from 308); Blue value is 97 (38.28% from 255 or 31.49% from 308); Max value from RGB is 158 - color contains mainly: red. Hex color #9E3561 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9E3561 is #61CA9E. Grayscale: #595959. Windows color (decimal): -6408863 or 6370718. OLE color: 6370718.

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

Color convert

RGB 158 53 97 -
CMYK 0 0.66 0.39 0.38
HSL 334.86º 0.5% 0.41% -
HSV(B) 334.86º 0.66% 0.62% -
XYZ 17.53 10.68 12.45 -
YUV 89.41 132.29 176.92 -
System Red Green Blue C M Y K H S L
Decimal 158 53 97 0 0.66 0.39 0.38 334.86 0.5 0.41
Hex 9E 35 61 0 42 27 26 14F 32 29
Octal 236 65 141 0 102 47 46 517 62 51
Binary 10011110 110101 1100001 0 1000010 100111 100110 101001111 110010 101001

Color Harmonies of #9E3561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E3561

Black with #9E3561

Text Example


Text Example

White with #9E3561

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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