#99336F

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

Shades of Rouge #99336F

Tints of Rouge #99336F

Color information

#99336F (or 0x99336F) is unknown color: approx Rouge. HEX triplet: 99, 33 and 6F. RGB value is (153,51,111). Sum of RGB (Red+Green+Blue) = 153+51+111=315 (41% of max value = 765). Red value is 153 (60.16% from 255 or 48.57% from 315); Green value is 51 (20.31% from 255 or 16.19% from 315); Blue value is 111 (43.75% from 255 or 35.24% from 315); Max value from RGB is 153 - color contains mainly: red. Hex color #99336F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #99336F is #66CC90. Grayscale: #585858. Windows color (decimal): -6737041 or 7287705. OLE color: 7287705.

HSL color Cylindrical-coordinate representation of color #99336F: hue angle of 324.71º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #99336F is Cyan = 0, Magento = 0.67, Yellow = 0.27 and Black (K on CMYK) = 0.4.

Color convert

RGB15351111-
CMYK00.670.270.4
HSL324.71º50%40%-
HSV(B)324.71º66.67%60%-
XYZ17.1910.2916.12-
YUV88.34140.79174.12-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 48.57%
GREEN value IS 51 (20.31% from 255) = 16.19%
BLUE value IS 111 (43.75% from 255) = 35.24%
R=48.57%
G=16.19%
B=35.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.27
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1535111100.670.270.4324.715040
Hex99336F0431B281453228
Octal23163157010333505056250
Binary1001100111001111011110100001111011101000101000101110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99336F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99336F; }

 p { color: rgb(153,51,111); }

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

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

 a { background-color: rgb(153,51,111); }

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

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

 span { border-color: rgb(153,51,111); }

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