#923F48

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

Shades of Solid Pink #923F48

Tints of Solid Pink #923F48

Color information

#923F48 (or 0x923F48) is unknown color: approx Solid Pink. HEX triplet: 92, 3F and 48. RGB value is (146,63,72). Sum of RGB (Red+Green+Blue) = 146+63+72=281 (37% of max value = 765). Red value is 146 (57.42% from 255 or 51.96% from 281); Green value is 63 (25% from 255 or 22.42% from 281); Blue value is 72 (28.52% from 255 or 25.62% from 281); Max value from RGB is 146 - color contains mainly: red. Hex color #923F48 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #923F48 is #6DC0B7. Grayscale: #585858. Windows color (decimal): -7192760 or 4734866. OLE color: 4734866.

HSL color Cylindrical-coordinate representation of color #923F48: hue angle of 353.49º degrees, saturation: 0.4, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #923F48 is Cyan = 0, Magento = 0.57, Yellow = 0.51 and Black (K on CMYK) = 0.43.

Color convert

RGB1466372-
CMYK00.570.510.43
HSL353.49º39.71%40.98%-
HSV(B)353.49º56.85%57.25%-
XYZ14.810.137.31-
YUV88.84118.5168.77-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 51.96%
GREEN value IS 63 (25% from 255) = 22.42%
BLUE value IS 72 (28.52% from 255) = 25.62%
R=51.96%
G=22.42%
B=25.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.51
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146637200.570.510.43353.4939.7140.98
Hex923F48039332B1612829
Octal2227711007163535415051
Binary1001001011111110010000111001110011101011101100001101000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #923F48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #923F48; }

 p { color: rgb(146,63,72); }

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

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

 a { background-color: rgb(146,63,72); }

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

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

 span { border-color: rgb(146,63,72); }

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