#95366C

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

Shades of Rouge #95366C

Tints of Rouge #95366C

Color information

#95366C (or 0x95366C) is unknown color: approx Rouge. HEX triplet: 95, 36 and 6C. RGB value is (149,54,108). Sum of RGB (Red+Green+Blue) = 149+54+108=311 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.91% from 311); Green value is 54 (21.48% from 255 or 17.36% from 311); Blue value is 108 (42.58% from 255 or 34.73% from 311); Max value from RGB is 149 - color contains mainly: red. Hex color #95366C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #95366C is #6AC993. Grayscale: #585858. Windows color (decimal): -6998420 or 7091861. OLE color: 7091861.

HSL color Cylindrical-coordinate representation of color #95366C: hue angle of 325.89º degrees, saturation: 0.47, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #95366C is Cyan = 0, Magento = 0.64, Yellow = 0.28 and Black (K on CMYK) = 0.42.

Color convert

RGB14954108-
CMYK00.640.280.42
HSL325.89º46.8%39.8%-
HSV(B)325.89º63.76%58.43%-
XYZ16.4210.1115.27-
YUV88.56138.97171.11-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 47.91%
GREEN value IS 54 (21.48% from 255) = 17.36%
BLUE value IS 108 (42.58% from 255) = 34.73%
R=47.91%
G=17.36%
B=34.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.28
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1495410800.640.280.42325.8946.839.8
Hex95366C0401C2A1462f28
Octal22566154010034525065750
Binary1001010111011011011000100000011100101010101000110101111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95366C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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