#99356E

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

Shades of Rouge #99356E

Tints of Rouge #99356E

Color information

#99356E (or 0x99356E) is unknown color: approx Rouge. HEX triplet: 99, 35 and 6E. RGB value is (153,53,110). Sum of RGB (Red+Green+Blue) = 153+53+110=316 (41% of max value = 765). Red value is 153 (60.16% from 255 or 48.42% from 316); Green value is 53 (21.09% from 255 or 16.77% from 316); Blue value is 110 (43.36% from 255 or 34.81% from 316); Max value from RGB is 153 - color contains mainly: red. Hex color #99356E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #99356E is #66CA91. Grayscale: #595959. Windows color (decimal): -6736530 or 7222681. OLE color: 7222681.

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

Color convert

RGB15353110-
CMYK00.650.280.4
HSL325.8º48.54%40.39%-
HSV(B)325.8º65.36%60%-
XYZ17.2210.4415.86-
YUV89.4139.63173.37-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 48.42%
GREEN value IS 53 (21.09% from 255) = 16.77%
BLUE value IS 110 (43.36% from 255) = 34.81%
R=48.42%
G=16.77%
B=34.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.28
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1535311000.650.280.4325.848.5440.39
Hex99356E0411C281463128
Octal23165156010134505066150
Binary1001100111010111011100100000111100101000101000110110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99356E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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