#974449

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

Shades of Solid Pink #974449

Tints of Solid Pink #974449

Color information

#974449 (or 0x974449) is unknown color: approx Solid Pink. HEX triplet: 97, 44 and 49. RGB value is (151,68,73). Sum of RGB (Red+Green+Blue) = 151+68+73=292 (38% of max value = 765). Red value is 151 (59.38% from 255 or 51.71% from 292); Green value is 68 (26.95% from 255 or 23.29% from 292); Blue value is 73 (28.91% from 255 or 25% from 292); Max value from RGB is 151 - color contains mainly: red. Hex color #974449 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #974449 is #68BBB6. Grayscale: #5D5D5D. Windows color (decimal): -6863799 or 4801687. OLE color: 4801687.

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

Color convert

RGB1516873-
CMYK00.550.520.41
HSL356.39º37.9%42.94%-
HSV(B)356.39º54.97%59.22%-
XYZ16.0311.197.62-
YUV93.39116.5169.09-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 51.71%
GREEN value IS 68 (26.95% from 255) = 23.29%
BLUE value IS 73 (28.91% from 255) = 25%
R=51.71%
G=23.29%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.52
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151687300.550.520.41356.3937.942.94
Hex9744490373429164262b
Octal22710411106764515444653
Binary10010111100010010010010110111110100101001101100100100110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #974449

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #974449; }

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

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

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

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

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

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

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

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