#993868

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

Shades of Rouge #993868

Tints of Rouge #993868

Color information

#993868 (or 0x993868) is unknown color: approx Rouge. HEX triplet: 99, 38 and 68. RGB value is (153,56,104). Sum of RGB (Red+Green+Blue) = 153+56+104=313 (41% of max value = 765). Red value is 153 (60.16% from 255 or 48.88% from 313); Green value is 56 (22.27% from 255 or 17.89% from 313); Blue value is 104 (41.02% from 255 or 33.23% from 313); Max value from RGB is 153 - color contains mainly: red. Hex color #993868 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #993868 is #66C797. Grayscale: #5A5A5A. Windows color (decimal): -6735768 or 6830233. OLE color: 6830233.

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

Color convert

RGB15356104-
CMYK00.630.320.4
HSL330.31º46.41%40.98%-
HSV(B)330.31º63.4%60%-
XYZ17.0510.614.24-
YUV90.48135.64172.6-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 48.88%
GREEN value IS 56 (22.27% from 255) = 17.89%
BLUE value IS 104 (41.02% from 255) = 33.23%
R=48.88%
G=17.89%
B=33.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.32
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1535610400.630.320.4330.3146.4140.98
Hex99386803F202814a2e29
Octal2317015007740505125651
Binary1001100111100011010000111111100000101000101001010101110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #993868

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #993868; }

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

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

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

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

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

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

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

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