#973670

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

Shades of Rouge #973670

Tints of Rouge #973670

Color information

#973670 (or 0x973670) is unknown color: approx Rouge. HEX triplet: 97, 36 and 70. RGB value is (151,54,112). Sum of RGB (Red+Green+Blue) = 151+54+112=317 (41% of max value = 765). Red value is 151 (59.38% from 255 or 47.63% from 317); Green value is 54 (21.48% from 255 or 17.03% from 317); Blue value is 112 (44.14% from 255 or 35.33% from 317); Max value from RGB is 151 - color contains mainly: red. Hex color #973670 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #973670 is #68C98F. Grayscale: #595959. Windows color (decimal): -6867344 or 7354007. OLE color: 7354007.

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

Color convert

RGB15154112-
CMYK00.640.260.41
HSL324.12º47.32%40.2%-
HSV(B)324.12º64.24%59.22%-
XYZ17.0110.3916.44-
YUV89.62140.64171.78-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 47.63%
GREEN value IS 54 (21.48% from 255) = 17.03%
BLUE value IS 112 (44.14% from 255) = 35.33%
R=47.63%
G=17.03%
B=35.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.26
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1515411200.640.260.41324.1247.3240.2
Hex9736700401A291442f28
Octal22766160010032515045750
Binary1001011111011011100000100000011010101001101000100101111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #973670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #973670; }

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

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

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

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

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

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

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

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