#944871

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

Shades of Cannon Pink #944871

Tints of Cannon Pink #944871

Color information

#944871 (or 0x944871) is unknown color: approx Cannon Pink. HEX triplet: 94, 48 and 71. RGB value is (148,72,113). Sum of RGB (Red+Green+Blue) = 148+72+113=333 (44% of max value = 765). Red value is 148 (58.20% from 255 or 44.44% from 333); Green value is 72 (28.52% from 255 or 21.62% from 333); Blue value is 113 (44.53% from 255 or 33.93% from 333); Max value from RGB is 148 - color contains mainly: red. Hex color #944871 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #944871 is #6BB78E. Grayscale: #636363. Windows color (decimal): -7059343 or 7424148. OLE color: 7424148.

HSL color Cylindrical-coordinate representation of color #944871: hue angle of 327.63º 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 #944871 is Cyan = 0, Magento = 0.51, Yellow = 0.24 and Black (K on CMYK) = 0.42.

Color convert

RGB14872113-
CMYK00.510.240.42
HSL327.63º34.55%43.14%-
HSV(B)327.63º51.35%58.04%-
XYZ17.5112.1217.04-
YUV99.4135.68162.67-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 44.44%
GREEN value IS 72 (28.52% from 255) = 21.62%
BLUE value IS 113 (44.53% from 255) = 33.93%
R=44.44%
G=21.62%
B=33.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.24
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1487211300.510.240.42327.6334.5543.14
Hex944871033182A148232b
Octal22411016106330525104353
Binary1001010010010001110001011001111000101010101001000100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #944871

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #944871; }

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

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

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

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

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

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

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

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