#94464D

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

Shades of Solid Pink #94464D

Tints of Solid Pink #94464D

Color information

#94464D (or 0x94464D) is unknown color: approx Solid Pink. HEX triplet: 94, 46 and 4D. RGB value is (148,70,77). Sum of RGB (Red+Green+Blue) = 148+70+77=295 (39% of max value = 765). Red value is 148 (58.20% from 255 or 50.17% from 295); Green value is 70 (27.73% from 255 or 23.73% from 295); Blue value is 77 (30.47% from 255 or 26.10% from 295); Max value from RGB is 148 - color contains mainly: red. Hex color #94464D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #94464D is #6BB9B2. Grayscale: #5E5E5E. Windows color (decimal): -7059891 or 5064340. OLE color: 5064340.

HSL color Cylindrical-coordinate representation of color #94464D: hue angle of 354.62º 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 #94464D is Cyan = 0, Magento = 0.53, Yellow = 0.48 and Black (K on CMYK) = 0.42.

Color convert

RGB1487077-
CMYK00.530.480.42
HSL354.62º35.78%42.75%-
HSV(B)354.62º52.7%58.04%-
XYZ15.7411.218.36-
YUV94.12118.34166.43-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 50.17%
GREEN value IS 70 (27.73% from 255) = 23.73%
BLUE value IS 77 (30.47% from 255) = 26.10%
R=50.17%
G=23.73%
B=26.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.48
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148707700.530.480.42354.6235.7842.75
Hex94464D035302A163242b
Octal22410611506560525434453
Binary10010100100011010011010110101110000101010101100011100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94464D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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