#974347

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

Shades of Solid Pink #974347

Tints of Solid Pink #974347

Color information

#974347 (or 0x974347) is unknown color: approx Solid Pink. HEX triplet: 97, 43 and 47. RGB value is (151,67,71). Sum of RGB (Red+Green+Blue) = 151+67+71=289 (38% of max value = 765). Red value is 151 (59.38% from 255 or 52.25% from 289); Green value is 67 (26.56% from 255 or 23.18% from 289); Blue value is 71 (28.12% from 255 or 24.57% from 289); Max value from RGB is 151 - color contains mainly: red. Hex color #974347 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #974347 is #68BCB8. Grayscale: #5C5C5C. Windows color (decimal): -6864057 or 4670359. OLE color: 4670359.

HSL color Cylindrical-coordinate representation of color #974347: hue angle of 357.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 #974347 is Cyan = 0, Magento = 0.56, Yellow = 0.53 and Black (K on CMYK) = 0.41.

Color convert

RGB1516771-
CMYK00.560.530.41
HSL357.14º38.53%42.75%-
HSV(B)357.14º55.63%59.22%-
XYZ15.9111.057.26-
YUV92.57115.83169.67-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 52.25%
GREEN value IS 67 (26.56% from 255) = 23.18%
BLUE value IS 71 (28.12% from 255) = 24.57%
R=52.25%
G=23.18%
B=24.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.53
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151677100.560.530.41357.1438.5342.75
Hex9743470383529165272b
Octal22710310707065515454753
Binary10010111100001110001110111000110101101001101100101100111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #974347

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #974347; }

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

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

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

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

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

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

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

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