#974B53

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

Shades of Solid Pink #974B53

Tints of Solid Pink #974B53

Color information

#974B53 (or 0x974B53) is unknown color: approx Solid Pink. HEX triplet: 97, 4B and 53. RGB value is (151,75,83). Sum of RGB (Red+Green+Blue) = 151+75+83=309 (40% of max value = 765). Red value is 151 (59.38% from 255 or 48.87% from 309); Green value is 75 (29.69% from 255 or 24.27% from 309); Blue value is 83 (32.81% from 255 or 26.86% from 309); Max value from RGB is 151 - color contains mainly: red. Hex color #974B53 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #974B53 is #68B4AC. Grayscale: #626262. Windows color (decimal): -6861997 or 5458839. OLE color: 5458839.

HSL color Cylindrical-coordinate representation of color #974B53: hue angle of 353.68º degrees, saturation: 0.34, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #974B53 is Cyan = 0, Magento = 0.50, Yellow = 0.45 and Black (K on CMYK) = 0.41.

Color convert

RGB1517583-
CMYK00.500.450.41
HSL353.68º33.63%44.31%-
HSV(B)353.68º50.33%59.22%-
XYZ16.8412.249.66-
YUV98.64119.18165.35-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 48.87%
GREEN value IS 75 (29.69% from 255) = 24.27%
BLUE value IS 83 (32.81% from 255) = 26.86%
R=48.87%
G=24.27%
B=26.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.45
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151758300.500.450.41353.6833.6344.31
Hex974B530322D29162222c
Octal22711312306255515424254
Binary10010111100101110100110110010101101101001101100010100010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #974B53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #974B53; }

 p { color: rgb(151,75,83); }

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

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

 a { background-color: rgb(151,75,83); }

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

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

 span { border-color: rgb(151,75,83); }

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