#994376

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

Shades of Rouge #994376

Tints of Rouge #994376

Color information

#994376 (or 0x994376) is unknown color: approx Rouge. HEX triplet: 99, 43 and 76. RGB value is (153,67,118). Sum of RGB (Red+Green+Blue) = 153+67+118=338 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.27% from 338); Green value is 67 (26.56% from 255 or 19.82% from 338); Blue value is 118 (46.48% from 255 or 34.91% from 338); Max value from RGB is 153 - color contains mainly: red. Hex color #994376 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #994376 is #66BC89. Grayscale: #626262. Windows color (decimal): -6732938 or 7750553. OLE color: 7750553.

HSL color Cylindrical-coordinate representation of color #994376: hue angle of 324.42º degrees, saturation: 0.39, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #994376 is Cyan = 0, Magento = 0.56, Yellow = 0.23 and Black (K on CMYK) = 0.4.

Color convert

RGB15367118-
CMYK00.560.230.4
HSL324.42º39.09%43.14%-
HSV(B)324.42º56.21%60%-
XYZ18.4112.0918.5-
YUV98.53138.99166.85-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 45.27%
GREEN value IS 67 (26.56% from 255) = 19.82%
BLUE value IS 118 (46.48% from 255) = 34.91%
R=45.27%
G=19.82%
B=34.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.23
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1536711800.560.230.4324.4239.0943.14
Hex9943760381728144272b
Octal23110316607027505044753
Binary1001100110000111110110011100010111101000101000100100111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #994376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #994376; }

 p { color: rgb(153,67,118); }

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

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

 a { background-color: rgb(153,67,118); }

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

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

 span { border-color: rgb(153,67,118); }

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