#975152

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

Shades of Solid Pink #975152

Tints of Solid Pink #975152

Color information

#975152 (or 0x975152) is unknown color: approx Solid Pink. HEX triplet: 97, 51 and 52. RGB value is (151,81,82). Sum of RGB (Red+Green+Blue) = 151+81+82=314 (41% of max value = 765). Red value is 151 (59.38% from 255 or 48.09% from 314); Green value is 81 (32.03% from 255 or 25.80% from 314); Blue value is 82 (32.42% from 255 or 26.11% from 314); Max value from RGB is 151 - color contains mainly: red. Hex color #975152 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #975152 is #68AEAD. Grayscale: #666666. Windows color (decimal): -6860462 or 5394839. OLE color: 5394839.

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

Color convert

RGB1518182-
CMYK00.460.460.41
HSL359.14º30.17%45.49%-
HSV(B)359.14º46.36%59.22%-
XYZ17.2313.079.6-
YUV102.04116.69162.92-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 48.09%
GREEN value IS 81 (32.03% from 255) = 25.80%
BLUE value IS 82 (32.42% from 255) = 26.11%
R=48.09%
G=25.80%
B=26.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.46
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151818200.460.460.41359.1430.1745.49
Hex97515202E2E291671e2d
Octal22712112205656515473655
Binary1001011110100011010010010111010111010100110110011111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #975152

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #975152; }

 p { color: rgb(151,81,82); }

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

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

 a { background-color: rgb(151,81,82); }

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

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

 span { border-color: rgb(151,81,82); }

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