#9E545F

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

Shades of Vin Rouge #9E545F

Tints of Vin Rouge #9E545F

Color information

#9E545F (or 0x9E545F) is unknown color: approx Vin Rouge. HEX triplet: 9E, 54 and 5F. RGB value is (158,84,95). Sum of RGB (Red+Green+Blue) = 158+84+95=337 (44% of max value = 765). Red value is 158 (62.11% from 255 or 46.88% from 337); Green value is 84 (33.20% from 255 or 24.93% from 337); Blue value is 95 (37.5% from 255 or 28.19% from 337); Max value from RGB is 158 - color contains mainly: red. Hex color #9E545F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E545F is #61ABA0. Grayscale: #6B6B6B. Windows color (decimal): -6400929 or 6247582. OLE color: 6247582.

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

Color convert

RGB1588495-
CMYK00.470.400.38
HSL351.08º30.58%47.45%-
HSV(B)351.08º46.84%61.96%-
XYZ19.3414.4412.59-
YUV107.38121.02164.11-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 46.88%
GREEN value IS 84 (33.20% from 255) = 24.93%
BLUE value IS 95 (37.5% from 255) = 28.19%
R=46.88%
G=24.93%
B=28.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.40
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158849500.470.400.38351.0830.5847.45
Hex9E545F02F282615f1f2f
Octal23612413705750465373757
Binary1001111010101001011111010111110100010011010101111111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E545F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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