#99464B

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

Shades of Solid Pink #99464B

Tints of Solid Pink #99464B

Color information

#99464B (or 0x99464B) is unknown color: approx Solid Pink. HEX triplet: 99, 46 and 4B. RGB value is (153,70,75). Sum of RGB (Red+Green+Blue) = 153+70+75=298 (39% of max value = 765). Red value is 153 (60.16% from 255 or 51.34% from 298); Green value is 70 (27.73% from 255 or 23.49% from 298); Blue value is 75 (29.69% from 255 or 25.17% from 298); Max value from RGB is 153 - color contains mainly: red. Hex color #99464B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #99464B is #66B9B4. Grayscale: #5F5F5F. Windows color (decimal): -6732213 or 4933273. OLE color: 4933273.

HSL color Cylindrical-coordinate representation of color #99464B: hue angle of 356.39º degrees, saturation: 0.37, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #99464B is Cyan = 0, Magento = 0.54, Yellow = 0.51 and Black (K on CMYK) = 0.4.

Color convert

RGB1537075-
CMYK00.540.510.4
HSL356.39º37.22%43.73%-
HSV(B)356.39º54.25%60%-
XYZ16.611.668.03-
YUV95.39116.5169.09-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 51.34%
GREEN value IS 70 (27.73% from 255) = 23.49%
BLUE value IS 75 (29.69% from 255) = 25.17%
R=51.34%
G=23.49%
B=25.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.51
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153707500.540.510.4356.3937.2243.73
Hex99464B0363328164252c
Octal23110611306663505444554
Binary10011001100011010010110110110110011101000101100100100101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99464B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99464B; }

 p { color: rgb(153,70,75); }

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

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

 a { background-color: rgb(153,70,75); }

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

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

 span { border-color: rgb(153,70,75); }

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