#9A4D52

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

Shades of Solid Pink #9A4D52

Tints of Solid Pink #9A4D52

Color information

#9A4D52 (or 0x9A4D52) is unknown color: approx Solid Pink. HEX triplet: 9A, 4D and 52. RGB value is (154,77,82). Sum of RGB (Red+Green+Blue) = 154+77+82=313 (41% of max value = 765). Red value is 154 (60.55% from 255 or 49.20% from 313); Green value is 77 (30.47% from 255 or 24.60% from 313); Blue value is 82 (32.42% from 255 or 26.20% from 313); Max value from RGB is 154 - color contains mainly: red. Hex color #9A4D52 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A4D52 is #65B2AD. Grayscale: #646464. Windows color (decimal): -6664878 or 5393818. OLE color: 5393818.

HSL color Cylindrical-coordinate representation of color #9A4D52: hue angle of 356.1º degrees, saturation: 0.33, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9A4D52 is Cyan = 0, Magento = 0.50, Yellow = 0.47 and Black (K on CMYK) = 0.40.

Color convert

RGB1547782-
CMYK00.500.470.40
HSL356.1º33.33%45.29%-
HSV(B)356.1º50%60.39%-
XYZ17.512.799.53-
YUV100.59117.51166.09-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 49.20%
GREEN value IS 77 (30.47% from 255) = 24.60%
BLUE value IS 82 (32.42% from 255) = 26.20%
R=49.20%
G=24.60%
B=26.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.47
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal154778200.500.470.40356.133.3345.29
Hex9A4D520322F28164212d
Octal23211512206257505444155
Binary10011010100110110100100110010101111101000101100100100001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A4D52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9A4D52; }

 p { color: rgb(154,77,82); }

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

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

 a { background-color: rgb(154,77,82); }

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

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

 span { border-color: rgb(154,77,82); }

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