#99406E

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

Shades of Rouge #99406E

Tints of Rouge #99406E

Color information

#99406E (or 0x99406E) is unknown color: approx Rouge. HEX triplet: 99, 40 and 6E. RGB value is (153,64,110). Sum of RGB (Red+Green+Blue) = 153+64+110=327 (43% of max value = 765). Red value is 153 (60.16% from 255 or 46.79% from 327); Green value is 64 (25.39% from 255 or 19.57% from 327); Blue value is 110 (43.36% from 255 or 33.64% from 327); Max value from RGB is 153 - color contains mainly: red. Hex color #99406E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #99406E is #66BF91. Grayscale: #5F5F5F. Windows color (decimal): -6733714 or 7225497. OLE color: 7225497.

HSL color Cylindrical-coordinate representation of color #99406E: hue angle of 328.99º degrees, saturation: 0.41, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #99406E is Cyan = 0, Magento = 0.58, Yellow = 0.28 and Black (K on CMYK) = 0.4.

Color convert

RGB15364110-
CMYK00.580.280.4
HSL328.99º41.01%42.55%-
HSV(B)328.99º58.17%60%-
XYZ17.7811.5616.05-
YUV95.86135.99168.76-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 46.79%
GREEN value IS 64 (25.39% from 255) = 19.57%
BLUE value IS 110 (43.36% from 255) = 33.64%
R=46.79%
G=19.57%
B=33.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.28
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1536411000.580.280.4328.9941.0142.55
Hex99406E03A1C28149292b
Octal23110015607234505115153
Binary1001100110000001101110011101011100101000101001001101001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99406E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,64,110); }

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

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

 a { background-color: rgb(153,64,110); }

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

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

 span { border-color: rgb(153,64,110); }

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