#97474E

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

Shades of Solid Pink #97474E

Tints of Solid Pink #97474E

Color information

#97474E (or 0x97474E) is unknown color: approx Solid Pink. HEX triplet: 97, 47 and 4E. RGB value is (151,71,78). Sum of RGB (Red+Green+Blue) = 151+71+78=300 (39% of max value = 765). Red value is 151 (59.38% from 255 or 50.33% from 300); Green value is 71 (28.12% from 255 or 23.67% from 300); Blue value is 78 (30.86% from 255 or 26% from 300); Max value from RGB is 151 - color contains mainly: red. Hex color #97474E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #97474E is #68B8B1. Grayscale: #5F5F5F. Windows color (decimal): -6863026 or 5130135. OLE color: 5130135.

HSL color Cylindrical-coordinate representation of color #97474E: hue angle of 354.75º degrees, saturation: 0.36, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #97474E is Cyan = 0, Magento = 0.53, Yellow = 0.48 and Black (K on CMYK) = 0.41.

Color convert

RGB1517178-
CMYK00.530.480.41
HSL354.75º36.04%43.53%-
HSV(B)354.75º52.98%59.22%-
XYZ16.3911.648.59-
YUV95.72118167.43-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 50.33%
GREEN value IS 71 (28.12% from 255) = 23.67%
BLUE value IS 78 (30.86% from 255) = 26%
R=50.33%
G=23.67%
B=26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.48
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151717800.530.480.41354.7536.0443.53
Hex97474E0353029163242c
Octal22710711606560515434454
Binary10010111100011110011100110101110000101001101100011100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97474E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #97474E; }

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

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

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

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

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

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

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

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