#974549

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

Shades of Solid Pink #974549

Tints of Solid Pink #974549

Color information

#974549 (or 0x974549) is unknown color: approx Solid Pink. HEX triplet: 97, 45 and 49. RGB value is (151,69,73). Sum of RGB (Red+Green+Blue) = 151+69+73=293 (38% of max value = 765). Red value is 151 (59.38% from 255 or 51.54% from 293); Green value is 69 (27.34% from 255 or 23.55% from 293); Blue value is 73 (28.91% from 255 or 24.91% from 293); Max value from RGB is 151 - color contains mainly: red. Hex color #974549 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #974549 is #68BAB6. Grayscale: #5E5E5E. Windows color (decimal): -6863543 or 4801943. OLE color: 4801943.

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

Color convert

RGB1516973-
CMYK00.540.520.41
HSL357.07º37.27%43.14%-
HSV(B)357.07º54.3%59.22%-
XYZ16.0911.327.64-
YUV93.97116.17168.67-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 51.54%
GREEN value IS 69 (27.34% from 255) = 23.55%
BLUE value IS 73 (28.91% from 255) = 24.91%
R=51.54%
G=23.55%
B=24.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.52
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151697300.540.520.41357.0737.2743.14
Hex9745490363429165252b
Octal22710511106664515454553
Binary10010111100010110010010110110110100101001101100101100101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #974549

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #974549; }

 p { color: rgb(151,69,73); }

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

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

 a { background-color: rgb(151,69,73); }

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

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

 span { border-color: rgb(151,69,73); }

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