#97494B

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

Shades of Solid Pink #97494B

Tints of Solid Pink #97494B

Color information

#97494B (or 0x97494B) is unknown color: approx Solid Pink. HEX triplet: 97, 49 and 4B. RGB value is (151,73,75). Sum of RGB (Red+Green+Blue) = 151+73+75=299 (39% of max value = 765). Red value is 151 (59.38% from 255 or 50.50% from 299); Green value is 73 (28.91% from 255 or 24.41% from 299); Blue value is 75 (29.69% from 255 or 25.08% from 299); Max value from RGB is 151 - color contains mainly: red. Hex color #97494B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #97494B is #68B6B4. Grayscale: #606060. Windows color (decimal): -6862517 or 4934039. OLE color: 4934039.

HSL color Cylindrical-coordinate representation of color #97494B: hue angle of 358.46º 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 #97494B is Cyan = 0, Magento = 0.52, Yellow = 0.50 and Black (K on CMYK) = 0.41.

Color convert

RGB1517375-
CMYK00.520.500.41
HSL358.46º34.82%43.92%-
HSV(B)358.46º51.66%59.22%-
XYZ16.4211.858.08-
YUV96.55115.84166.84-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 50.50%
GREEN value IS 73 (28.91% from 255) = 24.41%
BLUE value IS 75 (29.69% from 255) = 25.08%
R=50.50%
G=24.41%
B=25.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.50
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151737500.520.500.41358.4634.8243.92
Hex97494B0343229166232c
Octal22711111306462515464354
Binary10010111100100110010110110100110010101001101100110100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97494B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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