#844F62

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

Shades of Cannon Pink #844F62

Tints of Cannon Pink #844F62

Color information

#844F62 (or 0x844F62) is unknown color: approx Cannon Pink. HEX triplet: 84, 4F and 62. RGB value is (132,79,98). Sum of RGB (Red+Green+Blue) = 132+79+98=309 (40% of max value = 765). Red value is 132 (51.95% from 255 or 42.72% from 309); Green value is 79 (31.25% from 255 or 25.57% from 309); Blue value is 98 (38.67% from 255 or 31.72% from 309); Max value from RGB is 132 - color contains mainly: red. Hex color #844F62 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #844F62 is #7BB09D. Grayscale: #606060. Windows color (decimal): -8106142 or 6442884. OLE color: 6442884.

HSL color Cylindrical-coordinate representation of color #844F62: hue angle of 338.49º degrees, saturation: 0.25, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #844F62 is Cyan = 0, Magento = 0.40, Yellow = 0.26 and Black (K on CMYK) = 0.48.

Color convert

RGB1327998-
CMYK00.400.260.48
HSL338.49º25.12%41.37%-
HSV(B)338.49º40.15%51.76%-
XYZ14.5211.3812.99-
YUV97.01128.56152.96-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 42.72%
GREEN value IS 79 (31.25% from 255) = 25.57%
BLUE value IS 98 (38.67% from 255) = 31.72%
R=42.72%
G=25.57%
B=31.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.26
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132799800.400.260.48338.4925.1241.37
Hex844F620281A301521929
Octal20411714205032605223151
Binary100001001001111110001001010001101011000010101001011001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #844F62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #844F62; }

 p { color: rgb(132,79,98); }

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

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

 a { background-color: rgb(132,79,98); }

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

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

 span { border-color: rgb(132,79,98); }

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