#97444B

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

Shades of Solid Pink #97444B

Tints of Solid Pink #97444B

Color information

#97444B (or 0x97444B) is unknown color: approx Solid Pink. HEX triplet: 97, 44 and 4B. RGB value is (151,68,75). Sum of RGB (Red+Green+Blue) = 151+68+75=294 (38% of max value = 765). Red value is 151 (59.38% from 255 or 51.36% from 294); Green value is 68 (26.95% from 255 or 23.13% from 294); Blue value is 75 (29.69% from 255 or 25.51% from 294); Max value from RGB is 151 - color contains mainly: red. Hex color #97444B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #97444B is #68BBB4. Grayscale: #5D5D5D. Windows color (decimal): -6863797 or 4932759. OLE color: 4932759.

HSL color Cylindrical-coordinate representation of color #97444B: hue angle of 354.94º degrees, saturation: 0.38, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #97444B is Cyan = 0, Magento = 0.55, Yellow = 0.50 and Black (K on CMYK) = 0.41.

Color convert

RGB1516875-
CMYK00.550.500.41
HSL354.94º37.9%42.94%-
HSV(B)354.94º54.97%59.22%-
XYZ16.111.227.97-
YUV93.62117.5168.93-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 51.36%
GREEN value IS 68 (26.95% from 255) = 23.13%
BLUE value IS 75 (29.69% from 255) = 25.51%
R=51.36%
G=23.13%
B=25.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.50
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151687500.550.500.41354.9437.942.94
Hex97444B0373229163262b
Octal22710411306762515434653
Binary10010111100010010010110110111110010101001101100011100110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97444B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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