#94386D

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

Shades of Rouge #94386D

Tints of Rouge #94386D

Color information

#94386D (or 0x94386D) is unknown color: approx Rouge. HEX triplet: 94, 38 and 6D. RGB value is (148,56,109). Sum of RGB (Red+Green+Blue) = 148+56+109=313 (41% of max value = 765). Red value is 148 (58.20% from 255 or 47.28% from 313); Green value is 56 (22.27% from 255 or 17.89% from 313); Blue value is 109 (42.97% from 255 or 34.82% from 313); Max value from RGB is 148 - color contains mainly: red. Hex color #94386D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #94386D is #6BC792. Grayscale: #595959. Windows color (decimal): -7063443 or 7157908. OLE color: 7157908.

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

Color convert

RGB14856109-
CMYK00.620.260.42
HSL325.43º45.1%40%-
HSV(B)325.43º62.16%58.04%-
XYZ16.3910.2315.58-
YUV89.55138.98169.69-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 47.28%
GREEN value IS 56 (22.27% from 255) = 17.89%
BLUE value IS 109 (42.97% from 255) = 34.82%
R=47.28%
G=17.89%
B=34.82%

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
Decimal1485610900.620.260.42325.4345.140
Hex94386D03E1A2A1452d28
Octal2247015507632525055550
Binary100101001110001101101011111011010101010101000101101101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94386D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,56,109); }

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

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

 a { background-color: rgb(148,56,109); }

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

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

 span { border-color: rgb(148,56,109); }

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