#94494E

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

Shades of Solid Pink #94494E

Tints of Solid Pink #94494E

Color information

#94494E (or 0x94494E) is unknown color: approx Solid Pink. HEX triplet: 94, 49 and 4E. RGB value is (148,73,78). Sum of RGB (Red+Green+Blue) = 148+73+78=299 (39% of max value = 765). Red value is 148 (58.20% from 255 or 49.50% from 299); Green value is 73 (28.91% from 255 or 24.41% from 299); Blue value is 78 (30.86% from 255 or 26.09% from 299); Max value from RGB is 148 - color contains mainly: red. Hex color #94494E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #94494E is #6BB6B1. Grayscale: #606060. Windows color (decimal): -7059122 or 5130644. OLE color: 5130644.

HSL color Cylindrical-coordinate representation of color #94494E: hue angle of 356º degrees, saturation: 0.34, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #94494E is Cyan = 0, Magento = 0.51, Yellow = 0.47 and Black (K on CMYK) = 0.42.

Color convert

RGB1487378-
CMYK00.510.470.42
HSL356º33.94%43.33%-
HSV(B)356º50.68%58.04%-
XYZ15.9711.618.61-
YUV95.99117.85165.09-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 49.50%
GREEN value IS 73 (28.91% from 255) = 24.41%
BLUE value IS 78 (30.86% from 255) = 26.09%
R=49.50%
G=24.41%
B=26.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.47
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148737800.510.470.4235633.9443.33
Hex94494E0332F2A164222b
Octal22411111606357525444253
Binary10010100100100110011100110011101111101010101100100100010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94494E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94494E; }

 p { color: rgb(148,73,78); }

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

<style>
 a { background-color: #94494E; }

 a { background-color: rgb(148,73,78); }

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

<style>
 span { border-color: #94494E; }

 span { border-color: rgb(148,73,78); }

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