#97454A

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

Shades of Solid Pink #97454A

Tints of Solid Pink #97454A

Color information

#97454A (or 0x97454A) is unknown color: approx Solid Pink. HEX triplet: 97, 45 and 4A. RGB value is (151,69,74). Sum of RGB (Red+Green+Blue) = 151+69+74=294 (38% of max value = 765). Red value is 151 (59.38% from 255 or 51.36% from 294); Green value is 69 (27.34% from 255 or 23.47% from 294); Blue value is 74 (29.30% from 255 or 25.17% from 294); Max value from RGB is 151 - color contains mainly: red. Hex color #97454A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #97454A is #68BAB5. Grayscale: #5E5E5E. Windows color (decimal): -6863542 or 4867479. OLE color: 4867479.

HSL color Cylindrical-coordinate representation of color #97454A: hue angle of 356.34º degrees, saturation: 0.37, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #97454A is Cyan = 0, Magento = 0.54, Yellow = 0.51 and Black (K on CMYK) = 0.41.

Color convert

RGB1516974-
CMYK00.540.510.41
HSL356.34º37.27%43.14%-
HSV(B)356.34º54.3%59.22%-
XYZ16.1311.337.82-
YUV94.09116.67168.59-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 51.36%
GREEN value IS 69 (27.34% from 255) = 23.47%
BLUE value IS 74 (29.30% from 255) = 25.17%
R=51.36%
G=23.47%
B=25.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.51
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151697400.540.510.41356.3437.2743.14
Hex97454A0363329164252b
Octal22710511206663515444553
Binary10010111100010110010100110110110011101001101100100100101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97454A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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