#99336B

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

Shades of Rouge #99336B

Tints of Rouge #99336B

Color information

#99336B (or 0x99336B) is unknown color: approx Rouge. HEX triplet: 99, 33 and 6B. RGB value is (153,51,107). Sum of RGB (Red+Green+Blue) = 153+51+107=311 (41% of max value = 765). Red value is 153 (60.16% from 255 or 49.20% from 311); Green value is 51 (20.31% from 255 or 16.40% from 311); Blue value is 107 (42.19% from 255 or 34.41% from 311); Max value from RGB is 153 - color contains mainly: red. Hex color #99336B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #99336B is #66CC94. Grayscale: #575757. Windows color (decimal): -6737045 or 7025561. OLE color: 7025561.

HSL color Cylindrical-coordinate representation of color #99336B: hue angle of 327.06º 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 #99336B is Cyan = 0, Magento = 0.67, Yellow = 0.30 and Black (K on CMYK) = 0.4.

Color convert

RGB15351107-
CMYK00.670.300.4
HSL327.06º50%40%-
HSV(B)327.06º66.67%60%-
XYZ16.9710.214.98-
YUV87.88138.79174.45-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 49.20%
GREEN value IS 51 (20.31% from 255) = 16.40%
BLUE value IS 107 (42.19% from 255) = 34.41%
R=49.20%
G=16.40%
B=34.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.30
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1535110700.670.300.4327.065040
Hex99336B0431E281473228
Octal23163153010336505076250
Binary1001100111001111010110100001111110101000101000111110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99336B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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