#993570

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

Shades of Rouge #993570

Tints of Rouge #993570

Color information

#993570 (or 0x993570) is unknown color: approx Rouge. HEX triplet: 99, 35 and 70. RGB value is (153,53,112). Sum of RGB (Red+Green+Blue) = 153+53+112=318 (42% of max value = 765). Red value is 153 (60.16% from 255 or 48.11% from 318); Green value is 53 (21.09% from 255 or 16.67% from 318); Blue value is 112 (44.14% from 255 or 35.22% from 318); Max value from RGB is 153 - color contains mainly: red. Hex color #993570 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #993570 is #66CA8F. Grayscale: #595959. Windows color (decimal): -6736528 or 7353753. OLE color: 7353753.

HSL color Cylindrical-coordinate representation of color #993570: hue angle of 324.6º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #993570 is Cyan = 0, Magento = 0.65, Yellow = 0.27 and Black (K on CMYK) = 0.4.

Color convert

RGB15353112-
CMYK00.650.270.4
HSL324.6º48.54%40.39%-
HSV(B)324.6º65.36%60%-
XYZ17.3310.4916.44-
YUV89.63140.63173.2-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 48.11%
GREEN value IS 53 (21.09% from 255) = 16.67%
BLUE value IS 112 (44.14% from 255) = 35.22%
R=48.11%
G=16.67%
B=35.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.27
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1535311200.650.270.4324.648.5440.39
Hex9935700411B281453128
Octal23165160010133505056150
Binary1001100111010111100000100000111011101000101000101110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #993570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #993570; }

 p { color: rgb(153,53,112); }

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

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

 a { background-color: rgb(153,53,112); }

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

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

 span { border-color: rgb(153,53,112); }

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