#973470

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

Shades of Rouge #973470

Tints of Rouge #973470

Color information

#973470 (or 0x973470) is unknown color: approx Rouge. HEX triplet: 97, 34 and 70. RGB value is (151,52,112). Sum of RGB (Red+Green+Blue) = 151+52+112=315 (41% of max value = 765). Red value is 151 (59.38% from 255 or 47.94% from 315); Green value is 52 (20.70% from 255 or 16.51% from 315); Blue value is 112 (44.14% from 255 or 35.56% from 315); Max value from RGB is 151 - color contains mainly: red. Hex color #973470 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #973470 is #68CB8F. Grayscale: #585858. Windows color (decimal): -6867856 or 7353495. OLE color: 7353495.

HSL color Cylindrical-coordinate representation of color #973470: hue angle of 323.64º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #973470 is Cyan = 0, Magento = 0.66, Yellow = 0.26 and Black (K on CMYK) = 0.41.

Color convert

RGB15152112-
CMYK00.660.260.41
HSL323.64º48.77%39.8%-
HSV(B)323.64º65.56%59.22%-
XYZ16.9210.2116.41-
YUV88.44141.3172.62-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 47.94%
GREEN value IS 52 (20.70% from 255) = 16.51%
BLUE value IS 112 (44.14% from 255) = 35.56%
R=47.94%
G=16.51%
B=35.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.26
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1515211200.660.260.41323.6448.7739.8
Hex9734700421A291443128
Octal22764160010232515046150
Binary1001011111010011100000100001011010101001101000100110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #973470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #973470; }

 p { color: rgb(151,52,112); }

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

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

 a { background-color: rgb(151,52,112); }

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

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

 span { border-color: rgb(151,52,112); }

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