#99484A

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

Shades of Solid Pink #99484A

Tints of Solid Pink #99484A

Color information

#99484A (or 0x99484A) is unknown color: approx Solid Pink. HEX triplet: 99, 48 and 4A. RGB value is (153,72,74). Sum of RGB (Red+Green+Blue) = 153+72+74=299 (39% of max value = 765). Red value is 153 (60.16% from 255 or 51.17% from 299); Green value is 72 (28.52% from 255 or 24.08% from 299); Blue value is 74 (29.30% from 255 or 24.75% from 299); Max value from RGB is 153 - color contains mainly: red. Hex color #99484A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #99484A is #66B7B5. Grayscale: #606060. Windows color (decimal): -6731702 or 4868249. OLE color: 4868249.

HSL color Cylindrical-coordinate representation of color #99484A: hue angle of 358.52º degrees, saturation: 0.36, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #99484A is Cyan = 0, Magento = 0.53, Yellow = 0.52 and Black (K on CMYK) = 0.4.

Color convert

RGB1537274-
CMYK00.530.520.4
HSL358.52º36%44.12%-
HSV(B)358.52º52.94%60%-
XYZ16.6911.97.9-
YUV96.45115.34168.34-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 51.17%
GREEN value IS 72 (28.52% from 255) = 24.08%
BLUE value IS 74 (29.30% from 255) = 24.75%
R=51.17%
G=24.08%
B=24.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.52
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153727400.530.520.4358.523644.12
Hex99484A0353428167242c
Octal23111011206564505474454
Binary10011001100100010010100110101110100101000101100111100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99484A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99484A; }

 p { color: rgb(153,72,74); }

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

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

 a { background-color: rgb(153,72,74); }

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

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

 span { border-color: rgb(153,72,74); }

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