#993D6A

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

Shades of Rouge #993D6A

Tints of Rouge #993D6A

Color information

#993D6A (or 0x993D6A) is unknown color: approx Rouge. HEX triplet: 99, 3D and 6A. RGB value is (153,61,106). Sum of RGB (Red+Green+Blue) = 153+61+106=320 (42% of max value = 765). Red value is 153 (60.16% from 255 or 47.81% from 320); Green value is 61 (24.22% from 255 or 19.06% from 320); Blue value is 106 (41.80% from 255 or 33.12% from 320); Max value from RGB is 153 - color contains mainly: red. Hex color #993D6A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #993D6A is #66C295. Grayscale: #5D5D5D. Windows color (decimal): -6734486 or 6962585. OLE color: 6962585.

HSL color Cylindrical-coordinate representation of color #993D6A: hue angle of 330.65º degrees, saturation: 0.43, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #993D6A is Cyan = 0, Magento = 0.60, Yellow = 0.31 and Black (K on CMYK) = 0.4.

Color convert

RGB15361106-
CMYK00.600.310.4
HSL330.65º42.99%41.96%-
HSV(B)330.65º60.13%60%-
XYZ17.4111.1514.87-
YUV93.64134.98170.34-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 47.81%
GREEN value IS 61 (24.22% from 255) = 19.06%
BLUE value IS 106 (41.80% from 255) = 33.12%
R=47.81%
G=19.06%
B=33.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.31
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1536110600.600.310.4330.6542.9941.96
Hex993D6A03C1F2814b2b2a
Octal2317515207437505135352
Binary100110011111011101010011110011111101000101001011101011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #993D6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #993D6A; }

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

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

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

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

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

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

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

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