#94464B

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

Shades of Solid Pink #94464B

Tints of Solid Pink #94464B

Color information

#94464B (or 0x94464B) is unknown color: approx Solid Pink. HEX triplet: 94, 46 and 4B. RGB value is (148,70,75). Sum of RGB (Red+Green+Blue) = 148+70+75=293 (38% of max value = 765). Red value is 148 (58.20% from 255 or 50.51% from 293); Green value is 70 (27.73% from 255 or 23.89% from 293); Blue value is 75 (29.69% from 255 or 25.60% from 293); Max value from RGB is 148 - color contains mainly: red. Hex color #94464B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #94464B is #6BB9B4. Grayscale: #5D5D5D. Windows color (decimal): -7059893 or 4933268. OLE color: 4933268.

HSL color Cylindrical-coordinate representation of color #94464B: hue angle of 356.15º degrees, saturation: 0.36, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #94464B is Cyan = 0, Magento = 0.53, Yellow = 0.49 and Black (K on CMYK) = 0.42.

Color convert

RGB1487075-
CMYK00.530.490.42
HSL356.15º35.78%42.75%-
HSV(B)356.15º52.7%58.04%-
XYZ15.6711.187.99-
YUV93.89117.34166.59-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 50.51%
GREEN value IS 70 (27.73% from 255) = 23.89%
BLUE value IS 75 (29.69% from 255) = 25.60%
R=50.51%
G=23.89%
B=25.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.49
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148707500.530.490.42356.1535.7842.75
Hex94464B035312A164242b
Octal22410611306561525444453
Binary10010100100011010010110110101110001101010101100100100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94464B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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