#944348

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

Shades of Solid Pink #944348

Tints of Solid Pink #944348

Color information

#944348 (or 0x944348) is unknown color: approx Solid Pink. HEX triplet: 94, 43 and 48. RGB value is (148,67,72). Sum of RGB (Red+Green+Blue) = 148+67+72=287 (38% of max value = 765). Red value is 148 (58.20% from 255 or 51.57% from 287); Green value is 67 (26.56% from 255 or 23.34% from 287); Blue value is 72 (28.52% from 255 or 25.09% from 287); Max value from RGB is 148 - color contains mainly: red. Hex color #944348 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #944348 is #6BBCB7. Grayscale: #5B5B5B. Windows color (decimal): -7060664 or 4735892. OLE color: 4735892.

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

Color convert

RGB1486772-
CMYK00.550.510.42
HSL356.3º37.67%42.16%-
HSV(B)356.3º54.73%58.04%-
XYZ15.3910.787.4-
YUV91.79116.84168.09-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 51.57%
GREEN value IS 67 (26.56% from 255) = 23.34%
BLUE value IS 72 (28.52% from 255) = 25.09%
R=51.57%
G=23.34%
B=25.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.51
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148677200.550.510.42356.337.6742.16
Hex944348037332A164262a
Octal22410311006763525444652
Binary10010100100001110010000110111110011101010101100100100110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #944348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #944348; }

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

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

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

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

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

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

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

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