#993669

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

Shades of Rouge #993669

Tints of Rouge #993669

Color information

#993669 (or 0x993669) is unknown color: approx Rouge. HEX triplet: 99, 36 and 69. RGB value is (153,54,105). Sum of RGB (Red+Green+Blue) = 153+54+105=312 (41% of max value = 765). Red value is 153 (60.16% from 255 or 49.04% from 312); Green value is 54 (21.48% from 255 or 17.31% from 312); Blue value is 105 (41.41% from 255 or 33.65% from 312); Max value from RGB is 153 - color contains mainly: red. Hex color #993669 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #993669 is #66C996. Grayscale: #595959. Windows color (decimal): -6736279 or 6895257. OLE color: 6895257.

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

Color convert

RGB15354105-
CMYK00.650.310.4
HSL329.09º47.83%40.59%-
HSV(B)329.09º64.71%60%-
XYZ17.0110.4314.48-
YUV89.42136.8173.35-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 49.04%
GREEN value IS 54 (21.48% from 255) = 17.31%
BLUE value IS 105 (41.41% from 255) = 33.65%
R=49.04%
G=17.31%
B=33.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.31
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1535410500.650.310.4329.0947.8340.59
Hex9936690411F281493029
Octal23166151010137505116051
Binary1001100111011011010010100000111111101000101001001110000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #993669

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #993669; }

 p { color: rgb(153,54,105); }

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

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

 a { background-color: rgb(153,54,105); }

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

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

 span { border-color: rgb(153,54,105); }

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