#993671

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

Shades of Rouge #993671

Tints of Rouge #993671

Color information

#993671 (or 0x993671) is unknown color: approx Rouge. HEX triplet: 99, 36 and 71. RGB value is (153,54,113). Sum of RGB (Red+Green+Blue) = 153+54+113=320 (42% of max value = 765). Red value is 153 (60.16% from 255 or 47.81% from 320); Green value is 54 (21.48% from 255 or 16.88% from 320); Blue value is 113 (44.53% from 255 or 35.31% from 320); Max value from RGB is 153 - color contains mainly: red. Hex color #993671 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #993671 is #66C98E. Grayscale: #5A5A5A. Windows color (decimal): -6736271 or 7419545. OLE color: 7419545.

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

Color convert

RGB15354113-
CMYK00.650.260.4
HSL324.24º47.83%40.59%-
HSV(B)324.24º64.71%60%-
XYZ17.4410.616.75-
YUV90.33140.8172.7-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 47.81%
GREEN value IS 54 (21.48% from 255) = 16.88%
BLUE value IS 113 (44.53% from 255) = 35.31%
R=47.81%
G=16.88%
B=35.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.26
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1535411300.650.260.4324.2447.8340.59
Hex9936710411A281443029
Octal23166161010132505046051
Binary1001100111011011100010100000111010101000101000100110000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #993671

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #993671; }

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

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

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

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

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

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

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

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