#9E3A5F

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

Shades of Rouge #9E3A5F

Tints of Rouge #9E3A5F

Color information

#9E3A5F (or 0x9E3A5F) is unknown color: approx Rouge. HEX triplet: 9E, 3A and 5F. RGB value is (158,58,95). Sum of RGB (Red+Green+Blue) = 158+58+95=311 (41% of max value = 765). Red value is 158 (62.11% from 255 or 50.80% from 311); Green value is 58 (23.05% from 255 or 18.65% from 311); Blue value is 95 (37.5% from 255 or 30.55% from 311); Max value from RGB is 158 - color contains mainly: red. Hex color #9E3A5F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9E3A5F is #61C5A0. Grayscale: #5C5C5C. Windows color (decimal): -6407585 or 6240926. OLE color: 6240926.

HSL color Cylindrical-coordinate representation of color #9E3A5F: hue angle of 337.8º degrees, saturation: 0.46, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9E3A5F is Cyan = 0, Magento = 0.63, Yellow = 0.40 and Black (K on CMYK) = 0.38.

Color convert

RGB1585895-
CMYK00.630.400.38
HSL337.8º46.3%42.35%-
HSV(B)337.8º63.29%61.96%-
XYZ17.6811.1212.04-
YUV92.12129.63174.99-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 50.80%
GREEN value IS 58 (23.05% from 255) = 18.65%
BLUE value IS 95 (37.5% from 255) = 30.55%
R=50.80%
G=18.65%
B=30.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.40
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158589500.630.400.38337.846.342.35
Hex9E3A5F03F28261522e2a
Octal2367213707750465225652
Binary1001111011101010111110111111101000100110101010010101110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E3A5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,58,95); }

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

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

 a { background-color: rgb(158,58,95); }

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

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

 span { border-color: rgb(158,58,95); }

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