#975153

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

Shades of Solid Pink #975153

Tints of Solid Pink #975153

Color information

#975153 (or 0x975153) is unknown color: approx Solid Pink. HEX triplet: 97, 51 and 53. RGB value is (151,81,83). Sum of RGB (Red+Green+Blue) = 151+81+83=315 (41% of max value = 765). Red value is 151 (59.38% from 255 or 47.94% from 315); Green value is 81 (32.03% from 255 or 25.71% from 315); Blue value is 83 (32.81% from 255 or 26.35% from 315); Max value from RGB is 151 - color contains mainly: red. Hex color #975153 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #975153 is #68AEAC. Grayscale: #666666. Windows color (decimal): -6860461 or 5460375. OLE color: 5460375.

HSL color Cylindrical-coordinate representation of color #975153: hue angle of 358.29º 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 #975153 is Cyan = 0, Magento = 0.46, Yellow = 0.45 and Black (K on CMYK) = 0.41.

Color convert

RGB1518183-
CMYK00.460.450.41
HSL358.29º30.17%45.49%-
HSV(B)358.29º46.36%59.22%-
XYZ17.2713.099.8-
YUV102.16117.19162.84-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 47.94%
GREEN value IS 81 (32.03% from 255) = 25.71%
BLUE value IS 83 (32.81% from 255) = 26.35%
R=47.94%
G=25.71%
B=26.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.45
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151818300.460.450.41358.2930.1745.49
Hex97515302E2D291661e2d
Octal22712112305655515463655
Binary1001011110100011010011010111010110110100110110011011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #975153

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #975153; }

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

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

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

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

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

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

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

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