#95386C

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

Shades of Rouge #95386C

Tints of Rouge #95386C

Color information

#95386C (or 0x95386C) is unknown color: approx Rouge. HEX triplet: 95, 38 and 6C. RGB value is (149,56,108). Sum of RGB (Red+Green+Blue) = 149+56+108=313 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.60% from 313); Green value is 56 (22.27% from 255 or 17.89% from 313); Blue value is 108 (42.58% from 255 or 34.50% from 313); Max value from RGB is 149 - color contains mainly: red. Hex color #95386C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #95386C is #6AC793. Grayscale: #595959. Windows color (decimal): -6997908 or 7092373. OLE color: 7092373.

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

Color convert

RGB14956108-
CMYK00.620.280.42
HSL326.45º45.37%40.2%-
HSV(B)326.45º62.42%58.43%-
XYZ16.5210.315.31-
YUV89.74138.31170.27-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 47.60%
GREEN value IS 56 (22.27% from 255) = 17.89%
BLUE value IS 108 (42.58% from 255) = 34.50%
R=47.60%
G=17.89%
B=34.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.28
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1495610800.620.280.42326.4545.3740.2
Hex95386C03E1C2A1462d28
Octal2257015407634525065550
Binary100101011110001101100011111011100101010101000110101101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95386C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95386C; }

 p { color: rgb(149,56,108); }

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

<style>
 a { background-color: #95386C; }

 a { background-color: rgb(149,56,108); }

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

<style>
 span { border-color: #95386C; }

 span { border-color: rgb(149,56,108); }

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