#99396A

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

Shades of Rouge #99396A

Tints of Rouge #99396A

Color information

#99396A (or 0x99396A) is unknown color: approx Rouge. HEX triplet: 99, 39 and 6A. RGB value is (153,57,106). Sum of RGB (Red+Green+Blue) = 153+57+106=316 (41% of max value = 765). Red value is 153 (60.16% from 255 or 48.42% from 316); Green value is 57 (22.66% from 255 or 18.04% from 316); Blue value is 106 (41.80% from 255 or 33.54% from 316); Max value from RGB is 153 - color contains mainly: red. Hex color #99396A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #99396A is #66C695. Grayscale: #5B5B5B. Windows color (decimal): -6735510 or 6961561. OLE color: 6961561.

HSL color Cylindrical-coordinate representation of color #99396A: hue angle of 329.38º degrees, saturation: 0.46, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #99396A is Cyan = 0, Magento = 0.63, Yellow = 0.31 and Black (K on CMYK) = 0.4.

Color convert

RGB15357106-
CMYK00.630.310.4
HSL329.38º45.71%41.18%-
HSV(B)329.38º62.75%60%-
XYZ17.210.7414.8-
YUV91.29136.3172.02-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 48.42%
GREEN value IS 57 (22.66% from 255) = 18.04%
BLUE value IS 106 (41.80% from 255) = 33.54%
R=48.42%
G=18.04%
B=33.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.31
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1535710600.630.310.4329.3845.7141.18
Hex99396A03F1F281492e29
Octal2317115207737505115651
Binary100110011110011101010011111111111101000101001001101110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99396A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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