#975455

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

Shades of Solid Pink #975455

Tints of Solid Pink #975455

Color information

#975455 (or 0x975455) is unknown color: approx Solid Pink. HEX triplet: 97, 54 and 55. RGB value is (151,84,85). Sum of RGB (Red+Green+Blue) = 151+84+85=320 (42% of max value = 765). Red value is 151 (59.38% from 255 or 47.19% from 320); Green value is 84 (33.20% from 255 or 26.25% from 320); Blue value is 85 (33.59% from 255 or 26.56% from 320); Max value from RGB is 151 - color contains mainly: red. Hex color #975455 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #975455 is #68ABAA. Grayscale: #686868. Windows color (decimal): -6859691 or 5592215. OLE color: 5592215.

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

Color convert

RGB1518485-
CMYK00.440.440.41
HSL359.1º28.51%46.08%-
HSV(B)359.1º44.37%59.22%-
XYZ17.5713.5810.29-
YUV104.15117.2161.42-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 47.19%
GREEN value IS 84 (33.20% from 255) = 26.25%
BLUE value IS 85 (33.59% from 255) = 26.56%
R=47.19%
G=26.25%
B=26.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.44
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151848500.440.440.41359.128.5146.08
Hex97545502C2C291671d2e
Octal22712412505454515473556
Binary1001011110101001010101010110010110010100110110011111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #975455

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #975455; }

 p { color: rgb(151,84,85); }

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

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

 a { background-color: rgb(151,84,85); }

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

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

 span { border-color: rgb(151,84,85); }

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