#935253

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

Shades of Solid Pink #935253

Tints of Solid Pink #935253

Color information

#935253 (or 0x935253) is unknown color: approx Solid Pink. HEX triplet: 93, 52 and 53. RGB value is (147,82,83). Sum of RGB (Red+Green+Blue) = 147+82+83=312 (41% of max value = 765). Red value is 147 (57.81% from 255 or 47.12% from 312); Green value is 82 (32.42% from 255 or 26.28% from 312); Blue value is 83 (32.81% from 255 or 26.60% from 312); Max value from RGB is 147 - color contains mainly: red. Hex color #935253 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #935253 is #6CADAC. Grayscale: #656565. Windows color (decimal): -7122349 or 5460627. OLE color: 5460627.

HSL color Cylindrical-coordinate representation of color #935253: hue angle of 359.08º degrees, saturation: 0.28, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #935253 is Cyan = 0, Magento = 0.44, Yellow = 0.44 and Black (K on CMYK) = 0.42.

Color convert

RGB1478283-
CMYK00.440.440.42
HSL359.08º28.38%44.9%-
HSV(B)359.08º44.22%57.65%-
XYZ16.6112.869.79-
YUV101.55117.53160.42-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 47.12%
GREEN value IS 82 (32.42% from 255) = 26.28%
BLUE value IS 83 (32.81% from 255) = 26.60%
R=47.12%
G=26.28%
B=26.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.44
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147828300.440.440.42359.0828.3844.9
Hex93525302C2C2A1671c2d
Octal22312212305454525473455
Binary1001001110100101010011010110010110010101010110011111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #935253

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #935253; }

 p { color: rgb(147,82,83); }

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

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

 a { background-color: rgb(147,82,83); }

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

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

 span { border-color: rgb(147,82,83); }

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