#94484E

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

Shades of Solid Pink #94484E

Tints of Solid Pink #94484E

Color information

#94484E (or 0x94484E) is unknown color: approx Solid Pink. HEX triplet: 94, 48 and 4E. RGB value is (148,72,78). Sum of RGB (Red+Green+Blue) = 148+72+78=298 (39% of max value = 765). Red value is 148 (58.20% from 255 or 49.66% from 298); Green value is 72 (28.52% from 255 or 24.16% from 298); Blue value is 78 (30.86% from 255 or 26.17% from 298); Max value from RGB is 148 - color contains mainly: red. Hex color #94484E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #94484E is #6BB7B1. Grayscale: #5F5F5F. Windows color (decimal): -7059378 or 5130388. OLE color: 5130388.

HSL color Cylindrical-coordinate representation of color #94484E: hue angle of 355.26º degrees, saturation: 0.35, 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 #94484E is Cyan = 0, Magento = 0.51, Yellow = 0.47 and Black (K on CMYK) = 0.42.

Color convert

RGB1487278-
CMYK00.510.470.42
HSL355.26º34.55%43.14%-
HSV(B)355.26º51.35%58.04%-
XYZ15.9111.488.59-
YUV95.41118.18165.51-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 49.66%
GREEN value IS 72 (28.52% from 255) = 24.16%
BLUE value IS 78 (30.86% from 255) = 26.17%
R=49.66%
G=24.16%
B=26.17%

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
Decimal148727800.510.470.42355.2634.5543.14
Hex94484E0332F2A163232b
Octal22411011606357525434353
Binary10010100100100010011100110011101111101010101100011100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94484E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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