#99346A

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

Shades of Rouge #99346A

Tints of Rouge #99346A

Color information

#99346A (or 0x99346A) is unknown color: approx Rouge. HEX triplet: 99, 34 and 6A. RGB value is (153,52,106). Sum of RGB (Red+Green+Blue) = 153+52+106=311 (41% of max value = 765). Red value is 153 (60.16% from 255 or 49.20% from 311); Green value is 52 (20.70% from 255 or 16.72% from 311); Blue value is 106 (41.80% from 255 or 34.08% from 311); Max value from RGB is 153 - color contains mainly: red. Hex color #99346A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #99346A is #66CB95. Grayscale: #585858. Windows color (decimal): -6736790 or 6960281. OLE color: 6960281.

HSL color Cylindrical-coordinate representation of color #99346A: hue angle of 327.92º 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 #99346A is Cyan = 0, Magento = 0.66, Yellow = 0.31 and Black (K on CMYK) = 0.4.

Color convert

RGB15352106-
CMYK00.660.310.4
HSL327.92º49.27%40.2%-
HSV(B)327.92º66.01%60%-
XYZ16.9710.2714.72-
YUV88.36137.96174.11-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 49.20%
GREEN value IS 52 (20.70% from 255) = 16.72%
BLUE value IS 106 (41.80% from 255) = 34.08%
R=49.20%
G=16.72%
B=34.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.31
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1535210600.660.310.4327.9249.2740.2
Hex99346A0421F281483128
Octal23164152010237505106150
Binary1001100111010011010100100001011111101000101001000110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99346A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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