#9E3871

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

Shades of Rouge #9E3871

Tints of Rouge #9E3871

Color information

#9E3871 (or 0x9E3871) is unknown color: approx Rouge. HEX triplet: 9E, 38 and 71. RGB value is (158,56,113). Sum of RGB (Red+Green+Blue) = 158+56+113=327 (43% of max value = 765). Red value is 158 (62.11% from 255 or 48.32% from 327); Green value is 56 (22.27% from 255 or 17.13% from 327); Blue value is 113 (44.53% from 255 or 34.56% from 327); Max value from RGB is 158 - color contains mainly: red. Hex color #9E3871 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9E3871 is #61C78E. Grayscale: #5C5C5C. Windows color (decimal): -6408079 or 7420062. OLE color: 7420062.

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

Color convert

RGB15856113-
CMYK00.650.280.38
HSL326.47º47.66%41.96%-
HSV(B)326.47º64.56%61.96%-
XYZ18.511.2916.83-
YUV93139.29174.37-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 48.32%
GREEN value IS 56 (22.27% from 255) = 17.13%
BLUE value IS 113 (44.53% from 255) = 34.56%
R=48.32%
G=17.13%
B=34.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.28
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1585611300.650.280.38326.4747.6641.96
Hex9E38710411C26146302a
Octal23670161010134465066052
Binary1001111011100011100010100000111100100110101000110110000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E3871

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,56,113); }

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

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

 a { background-color: rgb(158,56,113); }

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

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

 span { border-color: rgb(158,56,113); }

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