#95396E

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

Shades of Rouge #95396E

Tints of Rouge #95396E

Color information

#95396E (or 0x95396E) is unknown color: approx Rouge. HEX triplet: 95, 39 and 6E. RGB value is (149,57,110). Sum of RGB (Red+Green+Blue) = 149+57+110=316 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.15% from 316); Green value is 57 (22.66% from 255 or 18.04% from 316); Blue value is 110 (43.36% from 255 or 34.81% from 316); Max value from RGB is 149 - color contains mainly: red. Hex color #95396E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #95396E is #6AC691. Grayscale: #5A5A5A. Windows color (decimal): -6997650 or 7223701. OLE color: 7223701.

HSL color Cylindrical-coordinate representation of color #95396E: hue angle of 325.43º degrees, saturation: 0.45, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #95396E is Cyan = 0, Magento = 0.62, Yellow = 0.26 and Black (K on CMYK) = 0.42.

Color convert

RGB14957110-
CMYK00.620.260.42
HSL325.43º44.66%40.39%-
HSV(B)325.43º61.74%58.43%-
XYZ16.6710.4415.89-
YUV90.55138.98169.69-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 47.15%
GREEN value IS 57 (22.66% from 255) = 18.04%
BLUE value IS 110 (43.36% from 255) = 34.81%
R=47.15%
G=18.04%
B=34.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.26
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1495711000.620.260.42325.4344.6640.39
Hex95396E03E1A2A1452d28
Octal2257115607632525055550
Binary100101011110011101110011111011010101010101000101101101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95396E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95396E; }

 p { color: rgb(149,57,110); }

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

<style>
 a { background-color: #95396E; }

 a { background-color: rgb(149,57,110); }

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

<style>
 span { border-color: #95396E; }

 span { border-color: rgb(149,57,110); }

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