#993875

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

Shades of Rouge #993875

Tints of Rouge #993875

Color information

#993875 (or 0x993875) is unknown color: approx Rouge. HEX triplet: 99, 38 and 75. RGB value is (153,56,117). Sum of RGB (Red+Green+Blue) = 153+56+117=326 (43% of max value = 765). Red value is 153 (60.16% from 255 or 46.93% from 326); Green value is 56 (22.27% from 255 or 17.18% from 326); Blue value is 117 (46.09% from 255 or 35.89% from 326); Max value from RGB is 153 - color contains mainly: red. Hex color #993875 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #993875 is #66C78A. Grayscale: #5B5B5B. Windows color (decimal): -6735755 or 7682201. OLE color: 7682201.

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

Color convert

RGB15356117-
CMYK00.630.240.4
HSL322.27º46.41%40.98%-
HSV(B)322.27º63.4%60%-
XYZ17.7610.8917.99-
YUV91.96142.14171.54-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 46.93%
GREEN value IS 56 (22.27% from 255) = 17.18%
BLUE value IS 117 (46.09% from 255) = 35.89%
R=46.93%
G=17.18%
B=35.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.24
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1535611700.630.240.4322.2746.4140.98
Hex99387503F18281422e29
Octal2317016507730505025651
Binary100110011110001110101011111111000101000101000010101110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #993875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #993875; }

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

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

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

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

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

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

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

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