#95396D

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

Shades of Rouge #95396D

Tints of Rouge #95396D

Color information

#95396D (or 0x95396D) is unknown color: approx Rouge. HEX triplet: 95, 39 and 6D. RGB value is (149,57,109). Sum of RGB (Red+Green+Blue) = 149+57+109=315 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.30% from 315); Green value is 57 (22.66% from 255 or 18.10% from 315); Blue value is 109 (42.97% from 255 or 34.60% from 315); Max value from RGB is 149 - color contains mainly: red. Hex color #95396D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #95396D is #6AC692. Grayscale: #5A5A5A. Windows color (decimal): -6997651 or 7158165. OLE color: 7158165.

HSL color Cylindrical-coordinate representation of color #95396D: hue angle of 326.09º 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 #95396D is Cyan = 0, Magento = 0.62, Yellow = 0.27 and Black (K on CMYK) = 0.42.

Color convert

RGB14957109-
CMYK00.620.270.42
HSL326.09º44.66%40.39%-
HSV(B)326.09º61.74%58.43%-
XYZ16.6210.4215.6-
YUV90.44138.48169.77-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 47.30%
GREEN value IS 57 (22.66% from 255) = 18.10%
BLUE value IS 109 (42.97% from 255) = 34.60%
R=47.30%
G=18.10%
B=34.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.27
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1495710900.620.270.42326.0944.6640.39
Hex95396D03E1B2A1462d28
Octal2257115507633525065550
Binary100101011110011101101011111011011101010101000110101101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95396D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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