#98464B

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

Shades of Solid Pink #98464B

Tints of Solid Pink #98464B

Color information

#98464B (or 0x98464B) is unknown color: approx Solid Pink. HEX triplet: 98, 46 and 4B. RGB value is (152,70,75). Sum of RGB (Red+Green+Blue) = 152+70+75=297 (39% of max value = 765). Red value is 152 (59.77% from 255 or 51.18% from 297); Green value is 70 (27.73% from 255 or 23.57% from 297); Blue value is 75 (29.69% from 255 or 25.25% from 297); Max value from RGB is 152 - color contains mainly: red. Hex color #98464B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #98464B is #67B9B4. Grayscale: #5F5F5F. Windows color (decimal): -6797749 or 4933272. OLE color: 4933272.

HSL color Cylindrical-coordinate representation of color #98464B: hue angle of 356.34º 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 #98464B is Cyan = 0, Magento = 0.54, Yellow = 0.51 and Black (K on CMYK) = 0.40.

Color convert

RGB1527075-
CMYK00.540.510.40
HSL356.34º36.94%43.53%-
HSV(B)356.34º53.95%59.61%-
XYZ16.4111.568.02-
YUV95.09116.67168.59-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 51.18%
GREEN value IS 70 (27.73% from 255) = 23.57%
BLUE value IS 75 (29.69% from 255) = 25.25%
R=51.18%
G=23.57%
B=25.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.51
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152707500.540.510.40356.3436.9443.53
Hex98464B0363328164252c
Octal23010611306663505444554
Binary10011000100011010010110110110110011101000101100100100101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98464B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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