#944748

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

Shades of Solid Pink #944748

Tints of Solid Pink #944748

Color information

#944748 (or 0x944748) is unknown color: approx Solid Pink. HEX triplet: 94, 47 and 48. RGB value is (148,71,72). Sum of RGB (Red+Green+Blue) = 148+71+72=291 (38% of max value = 765). Red value is 148 (58.20% from 255 or 50.86% from 291); Green value is 71 (28.12% from 255 or 24.40% from 291); Blue value is 72 (28.52% from 255 or 24.74% from 291); Max value from RGB is 148 - color contains mainly: red. Hex color #944748 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #944748 is #6BB8B7. Grayscale: #5E5E5E. Windows color (decimal): -7059640 or 4736916. OLE color: 4736916.

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

Color convert

RGB1487172-
CMYK00.520.510.42
HSL359.22º35.16%42.94%-
HSV(B)359.22º52.03%58.04%-
XYZ15.6411.277.48-
YUV94.14115.51166.42-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 50.86%
GREEN value IS 71 (28.12% from 255) = 24.40%
BLUE value IS 72 (28.52% from 255) = 24.74%
R=50.86%
G=24.40%
B=24.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.51
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148717200.520.510.42359.2235.1642.94
Hex944748034332A167232b
Octal22410711006463525474353
Binary10010100100011110010000110100110011101010101100111100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #944748

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #944748; }

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

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

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

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

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

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

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

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