#844F5A

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

Shades of Cannon Pink #844F5A

Tints of Cannon Pink #844F5A

Color information

#844F5A (or 0x844F5A) is unknown color: approx Cannon Pink. HEX triplet: 84, 4F and 5A. RGB value is (132,79,90). Sum of RGB (Red+Green+Blue) = 132+79+90=301 (39% of max value = 765). Red value is 132 (51.95% from 255 or 43.85% from 301); Green value is 79 (31.25% from 255 or 26.25% from 301); Blue value is 90 (35.55% from 255 or 29.90% from 301); Max value from RGB is 132 - color contains mainly: red. Hex color #844F5A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #844F5A is #7BB0A5. Grayscale: #606060. Windows color (decimal): -8106150 or 5918596. OLE color: 5918596.

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

Color convert

RGB1327990-
CMYK00.400.320.48
HSL347.55º25.12%41.37%-
HSV(B)347.55º40.15%51.76%-
XYZ14.1611.2411.1-
YUV96.1124.56153.61-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 43.85%
GREEN value IS 79 (31.25% from 255) = 26.25%
BLUE value IS 90 (35.55% from 255) = 29.90%
R=43.85%
G=26.25%
B=29.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.32
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132799000.400.320.48347.5525.1241.37
Hex844F5A028203015c1929
Octal20411713205040605343151
Binary1000010010011111011010010100010000011000010101110011001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #844F5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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