#844959

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

Shades of Cannon Pink #844959

Tints of Cannon Pink #844959

Color information

#844959 (or 0x844959) is unknown color: approx Cannon Pink. HEX triplet: 84, 49 and 59. RGB value is (132,73,89). Sum of RGB (Red+Green+Blue) = 132+73+89=294 (38% of max value = 765). Red value is 132 (51.95% from 255 or 44.90% from 294); Green value is 73 (28.91% from 255 or 24.83% from 294); Blue value is 89 (35.16% from 255 or 30.27% from 294); Max value from RGB is 132 - color contains mainly: red. Hex color #844959 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #844959 is #7BB6A6. Grayscale: #5C5C5C. Windows color (decimal): -8107687 or 5851524. OLE color: 5851524.

HSL color Cylindrical-coordinate representation of color #844959: hue angle of 343.73º degrees, saturation: 0.29, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #844959 is Cyan = 0, Magento = 0.45, Yellow = 0.33 and Black (K on CMYK) = 0.48.

Color convert

RGB1327389-
CMYK00.450.330.48
HSL343.73º28.78%40.2%-
HSV(B)343.73º44.7%51.76%-
XYZ13.710.3910.73-
YUV92.46126.05156.2-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 44.90%
GREEN value IS 73 (28.91% from 255) = 24.83%
BLUE value IS 89 (35.16% from 255) = 30.27%
R=44.90%
G=24.83%
B=30.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.33
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132738900.450.330.48343.7328.7840.2
Hex84495902D21301581d28
Octal20411113105541605303550
Binary1000010010010011011001010110110000111000010101100011101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #844959

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #844959; }

 p { color: rgb(132,73,89); }

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

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

 a { background-color: rgb(132,73,89); }

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

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

 span { border-color: rgb(132,73,89); }

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