#844F63

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

Shades of Cannon Pink #844F63

Tints of Cannon Pink #844F63

Color information

#844F63 (or 0x844F63) is unknown color: approx Cannon Pink. HEX triplet: 84, 4F and 63. RGB value is (132,79,99). Sum of RGB (Red+Green+Blue) = 132+79+99=310 (41% of max value = 765). Red value is 132 (51.95% from 255 or 42.58% from 310); Green value is 79 (31.25% from 255 or 25.48% from 310); Blue value is 99 (39.06% from 255 or 31.94% from 310); Max value from RGB is 132 - color contains mainly: red. Hex color #844F63 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #844F63 is #7BB09C. Grayscale: #616161. Windows color (decimal): -8106141 or 6508420. OLE color: 6508420.

HSL color Cylindrical-coordinate representation of color #844F63: hue angle of 337.36º 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 #844F63 is Cyan = 0, Magento = 0.40, Yellow = 0.25 and Black (K on CMYK) = 0.48.

Color convert

RGB1327999-
CMYK00.400.250.48
HSL337.36º25.12%41.37%-
HSV(B)337.36º40.15%51.76%-
XYZ14.5611.413.24-
YUV97.13129.06152.87-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 42.58%
GREEN value IS 79 (31.25% from 255) = 25.48%
BLUE value IS 99 (39.06% from 255) = 31.94%
R=42.58%
G=25.48%
B=31.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.25
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132799900.400.250.48337.3625.1241.37
Hex844F6302819301511929
Octal20411714305031605213151
Binary100001001001111110001101010001100111000010101000111001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #844F63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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