#95386B

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

Shades of Rouge #95386B

Tints of Rouge #95386B

Color information

#95386B (or 0x95386B) is unknown color: approx Rouge. HEX triplet: 95, 38 and 6B. RGB value is (149,56,107). Sum of RGB (Red+Green+Blue) = 149+56+107=312 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.76% from 312); Green value is 56 (22.27% from 255 or 17.95% from 312); Blue value is 107 (42.19% from 255 or 34.29% from 312); Max value from RGB is 149 - color contains mainly: red. Hex color #95386B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #95386B is #6AC794. Grayscale: #595959. Windows color (decimal): -6997909 or 7026837. OLE color: 7026837.

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

Color convert

RGB14956107-
CMYK00.620.280.42
HSL327.1º45.37%40.2%-
HSV(B)327.1º62.42%58.43%-
XYZ16.4610.2815.03-
YUV89.62137.81170.35-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 47.76%
GREEN value IS 56 (22.27% from 255) = 17.95%
BLUE value IS 107 (42.19% from 255) = 34.29%
R=47.76%
G=17.95%
B=34.29%

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
Decimal1495610700.620.280.42327.145.3740.2
Hex95386B03E1C2A1472d28
Octal2257015307634525075550
Binary100101011110001101011011111011100101010101000111101101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95386B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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