#97484A

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

Shades of Solid Pink #97484A

Tints of Solid Pink #97484A

Color information

#97484A (or 0x97484A) is unknown color: approx Solid Pink. HEX triplet: 97, 48 and 4A. RGB value is (151,72,74). Sum of RGB (Red+Green+Blue) = 151+72+74=297 (39% of max value = 765). Red value is 151 (59.38% from 255 or 50.84% from 297); Green value is 72 (28.52% from 255 or 24.24% from 297); Blue value is 74 (29.30% from 255 or 24.92% from 297); Max value from RGB is 151 - color contains mainly: red. Hex color #97484A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #97484A is #68B7B5. Grayscale: #5F5F5F. Windows color (decimal): -6862774 or 4868247. OLE color: 4868247.

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

Color convert

RGB1517274-
CMYK00.520.510.41
HSL358.48º35.43%43.73%-
HSV(B)358.48º52.32%59.22%-
XYZ16.3211.717.88-
YUV95.85115.67167.34-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 50.84%
GREEN value IS 72 (28.52% from 255) = 24.24%
BLUE value IS 74 (29.30% from 255) = 24.92%
R=50.84%
G=24.24%
B=24.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.51
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151727400.520.510.41358.4835.4343.73
Hex97484A0343329166232c
Octal22711011206463515464354
Binary10010111100100010010100110100110011101001101100110100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97484A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #97484A; }

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

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

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

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

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

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

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

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