#9E4267

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

Shades of Rouge #9E4267

Tints of Rouge #9E4267

Color information

#9E4267 (or 0x9E4267) is unknown color: approx Rouge. HEX triplet: 9E, 42 and 67. RGB value is (158,66,103). Sum of RGB (Red+Green+Blue) = 158+66+103=327 (43% of max value = 765). Red value is 158 (62.11% from 255 or 48.32% from 327); Green value is 66 (26.17% from 255 or 20.18% from 327); Blue value is 103 (40.62% from 255 or 31.50% from 327); Max value from RGB is 158 - color contains mainly: red. Hex color #9E4267 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9E4267 is #61BD98. Grayscale: #616161. Windows color (decimal): -6405529 or 6767262. OLE color: 6767262.

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

Color convert

RGB15866103-
CMYK00.580.350.38
HSL335.87º41.07%43.92%-
HSV(B)335.87º58.23%61.96%-
XYZ18.512.1414.2-
YUV97.73130.98170.99-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 48.32%
GREEN value IS 66 (26.17% from 255) = 20.18%
BLUE value IS 103 (40.62% from 255) = 31.50%
R=48.32%
G=20.18%
B=31.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.35
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1586610300.580.350.38335.8741.0743.92
Hex9E426703A2326150292c
Octal23610214707243465205154
Binary10011110100001011001110111010100011100110101010000101001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E4267

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,66,103); }

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

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

 a { background-color: rgb(158,66,103); }

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

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

 span { border-color: rgb(158,66,103); }

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