#94386E

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

Shades of Rouge #94386E

Tints of Rouge #94386E

Color information

#94386E (or 0x94386E) is unknown color: approx Rouge. HEX triplet: 94, 38 and 6E. RGB value is (148,56,110). Sum of RGB (Red+Green+Blue) = 148+56+110=314 (41% of max value = 765). Red value is 148 (58.20% from 255 or 47.13% from 314); Green value is 56 (22.27% from 255 or 17.83% from 314); Blue value is 110 (43.36% from 255 or 35.03% from 314); Max value from RGB is 148 - color contains mainly: red. Hex color #94386E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #94386E is #6BC791. Grayscale: #595959. Windows color (decimal): -7063442 or 7223444. OLE color: 7223444.

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

Color convert

RGB14856110-
CMYK00.620.260.42
HSL324.78º45.1%40%-
HSV(B)324.78º62.16%58.04%-
XYZ16.4410.2515.86-
YUV89.66139.48169.61-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 47.13%
GREEN value IS 56 (22.27% from 255) = 17.83%
BLUE value IS 110 (43.36% from 255) = 35.03%
R=47.13%
G=17.83%
B=35.03%

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
Decimal1485611000.620.260.42324.7845.140
Hex94386E03E1A2A1452d28
Octal2247015607632525055550
Binary100101001110001101110011111011010101010101000101101101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94386E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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