#97494E

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

Shades of Solid Pink #97494E

Tints of Solid Pink #97494E

Color information

#97494E (or 0x97494E) is unknown color: approx Solid Pink. HEX triplet: 97, 49 and 4E. RGB value is (151,73,78). Sum of RGB (Red+Green+Blue) = 151+73+78=302 (40% of max value = 765). Red value is 151 (59.38% from 255 or 50% from 302); Green value is 73 (28.91% from 255 or 24.17% from 302); Blue value is 78 (30.86% from 255 or 25.83% from 302); Max value from RGB is 151 - color contains mainly: red. Hex color #97494E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #97494E is #68B6B1. Grayscale: #606060. Windows color (decimal): -6862514 or 5130647. OLE color: 5130647.

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

Color convert

RGB1517378-
CMYK00.520.480.41
HSL356.15º34.82%43.92%-
HSV(B)356.15º51.66%59.22%-
XYZ16.5211.898.63-
YUV96.89117.34166.59-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 50%
GREEN value IS 73 (28.91% from 255) = 24.17%
BLUE value IS 78 (30.86% from 255) = 25.83%
R=50%
G=24.17%
B=25.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.48
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151737800.520.480.41356.1534.8243.92
Hex97494E0343029164232c
Octal22711111606460515444354
Binary10010111100100110011100110100110000101001101100100100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97494E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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