#99386F

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

Shades of Rouge #99386F

Tints of Rouge #99386F

Color information

#99386F (or 0x99386F) is unknown color: approx Rouge. HEX triplet: 99, 38 and 6F. RGB value is (153,56,111). Sum of RGB (Red+Green+Blue) = 153+56+111=320 (42% of max value = 765). Red value is 153 (60.16% from 255 or 47.81% from 320); Green value is 56 (22.27% from 255 or 17.5% from 320); Blue value is 111 (43.75% from 255 or 34.69% from 320); Max value from RGB is 153 - color contains mainly: red. Hex color #99386F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #99386F is #66C790. Grayscale: #5B5B5B. Windows color (decimal): -6735761 or 7288985. OLE color: 7288985.

HSL color Cylindrical-coordinate representation of color #99386F: hue angle of 325.98º 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 #99386F is Cyan = 0, Magento = 0.63, Yellow = 0.27 and Black (K on CMYK) = 0.4.

Color convert

RGB15356111-
CMYK00.630.270.4
HSL325.98º46.41%40.98%-
HSV(B)325.98º63.4%60%-
XYZ17.4210.7516.2-
YUV91.27139.14172.03-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 47.81%
GREEN value IS 56 (22.27% from 255) = 17.5%
BLUE value IS 111 (43.75% from 255) = 34.69%
R=47.81%
G=17.5%
B=34.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.27
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1535611100.630.270.4325.9846.4140.98
Hex99386F03F1B281462e29
Octal2317015707733505065651
Binary100110011110001101111011111111011101000101000110101110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99386F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99386F; }

 p { color: rgb(153,56,111); }

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

<style>
 a { background-color: #99386F; }

 a { background-color: rgb(153,56,111); }

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

<style>
 span { border-color: #99386F; }

 span { border-color: rgb(153,56,111); }

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