#923D48

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

Shades of Solid Pink #923D48

Tints of Solid Pink #923D48

Color information

#923D48 (or 0x923D48) is unknown color: approx Solid Pink. HEX triplet: 92, 3D and 48. RGB value is (146,61,72). Sum of RGB (Red+Green+Blue) = 146+61+72=279 (36% of max value = 765). Red value is 146 (57.42% from 255 or 52.33% from 279); Green value is 61 (24.22% from 255 or 21.86% from 279); Blue value is 72 (28.52% from 255 or 25.81% from 279); Max value from RGB is 146 - color contains mainly: red. Hex color #923D48 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #923D48 is #6DC2B7. Grayscale: #575757. Windows color (decimal): -7193272 or 4734354. OLE color: 4734354.

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

Color convert

RGB1466172-
CMYK00.580.510.43
HSL352.24º41.06%40.59%-
HSV(B)352.24º58.22%57.25%-
XYZ14.699.927.27-
YUV87.67119.16169.61-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 52.33%
GREEN value IS 61 (24.22% from 255) = 21.86%
BLUE value IS 72 (28.52% from 255) = 25.81%
R=52.33%
G=21.86%
B=25.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.51
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146617200.580.510.43352.2441.0640.59
Hex923D4803A332B1602929
Octal2227511007263535405151
Binary1001001011110110010000111010110011101011101100000101001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #923D48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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