#9E3463

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

Shades of Rouge #9E3463

Tints of Rouge #9E3463

Color information

#9E3463 (or 0x9E3463) is unknown color: approx Rouge. HEX triplet: 9E, 34 and 63. RGB value is (158,52,99). Sum of RGB (Red+Green+Blue) = 158+52+99=309 (40% of max value = 765). Red value is 158 (62.11% from 255 or 51.13% from 309); Green value is 52 (20.70% from 255 or 16.83% from 309); Blue value is 99 (39.06% from 255 or 32.04% from 309); Max value from RGB is 158 - color contains mainly: red. Hex color #9E3463 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9E3463 is #61CB9C. Grayscale: #585858. Windows color (decimal): -6409117 or 6501534. OLE color: 6501534.

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

Color convert

RGB1585299-
CMYK00.670.370.38
HSL333.4º50.48%41.18%-
HSV(B)333.4º67.09%61.96%-
XYZ17.5810.6312.93-
YUV89.05133.62177.18-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 51.13%
GREEN value IS 52 (20.70% from 255) = 16.83%
BLUE value IS 99 (39.06% from 255) = 32.04%
R=51.13%
G=16.83%
B=32.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.37
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158529900.670.370.38333.450.4841.18
Hex9E3463043252614d3229
Octal23664143010345465156251
Binary10011110110100110001101000011100101100110101001101110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E3463

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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