#974378

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

Shades of Rouge #974378

Tints of Rouge #974378

Color information

#974378 (or 0x974378) is unknown color: approx Rouge. HEX triplet: 97, 43 and 78. RGB value is (151,67,120). Sum of RGB (Red+Green+Blue) = 151+67+120=338 (44% of max value = 765). Red value is 151 (59.38% from 255 or 44.67% from 338); Green value is 67 (26.56% from 255 or 19.82% from 338); Blue value is 120 (47.27% from 255 or 35.50% from 338); Max value from RGB is 151 - color contains mainly: red. Hex color #974378 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #974378 is #68BC87. Grayscale: #626262. Windows color (decimal): -6864008 or 7881623. OLE color: 7881623.

HSL color Cylindrical-coordinate representation of color #974378: hue angle of 322.14º degrees, saturation: 0.39, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #974378 is Cyan = 0, Magento = 0.56, Yellow = 0.21 and Black (K on CMYK) = 0.41.

Color convert

RGB15167120-
CMYK00.560.210.41
HSL322.14º38.53%42.75%-
HSV(B)322.14º55.63%59.22%-
XYZ18.1611.9519.12-
YUV98.16140.33165.69-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 44.67%
GREEN value IS 67 (26.56% from 255) = 19.82%
BLUE value IS 120 (47.27% from 255) = 35.50%
R=44.67%
G=19.82%
B=35.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.21
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1516712000.560.210.41322.1438.5342.75
Hex9743780381529142272b
Octal22710317007025515024753
Binary1001011110000111111000011100010101101001101000010100111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #974378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #974378; }

 p { color: rgb(151,67,120); }

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

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

 a { background-color: rgb(151,67,120); }

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

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

 span { border-color: rgb(151,67,120); }

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