#99346B

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

Shades of Rouge #99346B

Tints of Rouge #99346B

Color information

#99346B (or 0x99346B) is unknown color: approx Rouge. HEX triplet: 99, 34 and 6B. RGB value is (153,52,107). Sum of RGB (Red+Green+Blue) = 153+52+107=312 (41% of max value = 765). Red value is 153 (60.16% from 255 or 49.04% from 312); Green value is 52 (20.70% from 255 or 16.67% from 312); Blue value is 107 (42.19% from 255 or 34.29% from 312); Max value from RGB is 153 - color contains mainly: red. Hex color #99346B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #99346B is #66CB94. Grayscale: #585858. Windows color (decimal): -6736789 or 7025817. OLE color: 7025817.

HSL color Cylindrical-coordinate representation of color #99346B: hue angle of 327.33º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #99346B is Cyan = 0, Magento = 0.66, Yellow = 0.30 and Black (K on CMYK) = 0.4.

Color convert

RGB15352107-
CMYK00.660.300.4
HSL327.33º49.27%40.2%-
HSV(B)327.33º66.01%60%-
XYZ17.0210.2915-
YUV88.47138.46174.03-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 49.04%
GREEN value IS 52 (20.70% from 255) = 16.67%
BLUE value IS 107 (42.19% from 255) = 34.29%
R=49.04%
G=16.67%
B=34.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.30
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1535210700.660.300.4327.3349.2740.2
Hex99346B0421E281473128
Octal23164153010236505076150
Binary1001100111010011010110100001011110101000101000111110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99346B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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