#983570

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

Shades of Rouge #983570

Tints of Rouge #983570

Color information

#983570 (or 0x983570) is unknown color: approx Rouge. HEX triplet: 98, 35 and 70. RGB value is (152,53,112). Sum of RGB (Red+Green+Blue) = 152+53+112=317 (41% of max value = 765). Red value is 152 (59.77% from 255 or 47.95% from 317); Green value is 53 (21.09% from 255 or 16.72% from 317); Blue value is 112 (44.14% from 255 or 35.33% from 317); Max value from RGB is 152 - color contains mainly: red. Hex color #983570 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #983570 is #67CA8F. Grayscale: #595959. Windows color (decimal): -6802064 or 7353752. OLE color: 7353752.

HSL color Cylindrical-coordinate representation of color #983570: hue angle of 324.24º degrees, saturation: 0.48, 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 #983570 is Cyan = 0, Magento = 0.65, Yellow = 0.26 and Black (K on CMYK) = 0.40.

Color convert

RGB15253112-
CMYK00.650.260.40
HSL324.24º48.29%40.2%-
HSV(B)324.24º65.13%59.61%-
XYZ17.1510.3916.43-
YUV89.33140.8172.7-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 47.95%
GREEN value IS 53 (21.09% from 255) = 16.72%
BLUE value IS 112 (44.14% from 255) = 35.33%
R=47.95%
G=16.72%
B=35.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.26
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1525311200.650.260.40324.2448.2940.2
Hex9835700411A281443028
Octal23065160010132505046050
Binary1001100011010111100000100000111010101000101000100110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #983570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #983570; }

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

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

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

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

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

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

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

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