#993871

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

Shades of Rouge #993871

Tints of Rouge #993871

Color information

#993871 (or 0x993871) is unknown color: approx Rouge. HEX triplet: 99, 38 and 71. RGB value is (153,56,113). Sum of RGB (Red+Green+Blue) = 153+56+113=322 (42% of max value = 765). Red value is 153 (60.16% from 255 or 47.52% from 322); Green value is 56 (22.27% from 255 or 17.39% from 322); Blue value is 113 (44.53% from 255 or 35.09% from 322); Max value from RGB is 153 - color contains mainly: red. Hex color #993871 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #993871 is #66C78E. Grayscale: #5B5B5B. Windows color (decimal): -6735759 or 7420057. OLE color: 7420057.

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

Color convert

RGB15356113-
CMYK00.630.260.4
HSL324.74º46.41%40.98%-
HSV(B)324.74º63.4%60%-
XYZ17.5310.7916.78-
YUV91.5140.14171.87-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 47.52%
GREEN value IS 56 (22.27% from 255) = 17.39%
BLUE value IS 113 (44.53% from 255) = 35.09%
R=47.52%
G=17.39%
B=35.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.26
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1535611300.630.260.4324.7446.4140.98
Hex99387103F1A281452e29
Octal2317016107732505055651
Binary100110011110001110001011111111010101000101000101101110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #993871

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #993871; }

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

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

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

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

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

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

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

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