#974A4B

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

Shades of Solid Pink #974A4B

Tints of Solid Pink #974A4B

Color information

#974A4B (or 0x974A4B) is unknown color: approx Solid Pink. HEX triplet: 97, 4A and 4B. RGB value is (151,74,75). Sum of RGB (Red+Green+Blue) = 151+74+75=300 (39% of max value = 765). Red value is 151 (59.38% from 255 or 50.33% from 300); Green value is 74 (29.30% from 255 or 24.67% from 300); Blue value is 75 (29.69% from 255 or 25% from 300); Max value from RGB is 151 - color contains mainly: red. Hex color #974A4B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #974A4B is #68B5B4. Grayscale: #616161. Windows color (decimal): -6862261 or 4934295. OLE color: 4934295.

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

Color convert

RGB1517475-
CMYK00.510.500.41
HSL359.22º34.22%44.12%-
HSV(B)359.22º50.99%59.22%-
XYZ16.4811.988.1-
YUV97.14115.51166.42-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 50.33%
GREEN value IS 74 (29.30% from 255) = 24.67%
BLUE value IS 75 (29.69% from 255) = 25%
R=50.33%
G=24.67%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.50
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151747500.510.500.41359.2234.2244.12
Hex974A4B0333229167222c
Octal22711211306362515474254
Binary10010111100101010010110110011110010101001101100111100010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #974A4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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