#993668

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

Shades of Rouge #993668

Tints of Rouge #993668

Color information

#993668 (or 0x993668) is unknown color: approx Rouge. HEX triplet: 99, 36 and 68. RGB value is (153,54,104). Sum of RGB (Red+Green+Blue) = 153+54+104=311 (41% of max value = 765). Red value is 153 (60.16% from 255 or 49.20% from 311); Green value is 54 (21.48% from 255 or 17.36% from 311); Blue value is 104 (41.02% from 255 or 33.44% from 311); Max value from RGB is 153 - color contains mainly: red. Hex color #993668 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #993668 is #66C997. Grayscale: #595959. Windows color (decimal): -6736280 or 6829721. OLE color: 6829721.

HSL color Cylindrical-coordinate representation of color #993668: hue angle of 329.7º 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 #993668 is Cyan = 0, Magento = 0.65, Yellow = 0.32 and Black (K on CMYK) = 0.4.

Color convert

RGB15354104-
CMYK00.650.320.4
HSL329.7º47.83%40.59%-
HSV(B)329.7º64.71%60%-
XYZ16.9510.4114.21-
YUV89.3136.3173.43-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 49.20%
GREEN value IS 54 (21.48% from 255) = 17.36%
BLUE value IS 104 (41.02% from 255) = 33.44%
R=49.20%
G=17.36%
B=33.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.32
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1535410400.650.320.4329.747.8340.59
Hex993668041202814a3029
Octal23166150010140505126051
Binary10011001110110110100001000001100000101000101001010110000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #993668

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #993668; }

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

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

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

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

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

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

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

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