#9E3363

Color #9E3363 Rouge (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rouge #9E3363

Tints of Rouge #9E3363

Color information

#9E3363 (or 0x9E3363) is unknown color: approx Rouge. HEX triplet: 9E, 33 and 63. RGB value is (158,51,99). Sum of RGB (Red+Green+Blue) = 158+51+99=308 (40% of max value = 765). Red value is 158 (62.11% from 255 or 51.30% from 308); Green value is 51 (20.31% from 255 or 16.56% from 308); Blue value is 99 (39.06% from 255 or 32.14% from 308); Max value from RGB is 158 - color contains mainly: red. Hex color #9E3363 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9E3363 is #61CC9C. Grayscale: #585858. Windows color (decimal): -6409373 or 6501278. OLE color: 6501278.

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

Color convert

RGB1585199-
CMYK00.680.370.38
HSL333.08º51.2%40.98%-
HSV(B)333.08º67.72%61.96%-
XYZ17.5410.5412.91-
YUV88.46133.95177.6-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 51.30%
GREEN value IS 51 (20.31% from 255) = 16.56%
BLUE value IS 99 (39.06% from 255) = 32.14%
R=51.30%
G=16.56%
B=32.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.37
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158519900.680.370.38333.0851.240.98
Hex9E3363044252614d3329
Octal23663143010445465156351
Binary10011110110011110001101000100100101100110101001101110011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E3363

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,51,99); }

 H1.HeaderClassName
 {
   color: #9E3363;
 }
 .AnyTagClassName
 {
   color: #9E3363;
 }
</style>
background-color css

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

 a { background-color: rgb(158,51,99); }

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

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

 span { border-color: rgb(158,51,99); }

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