#814E59

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

Shades of Cannon Pink #814E59

Tints of Cannon Pink #814E59

Color information

#814E59 (or 0x814E59) is unknown color: approx Cannon Pink. HEX triplet: 81, 4E and 59. RGB value is (129,78,89). Sum of RGB (Red+Green+Blue) = 129+78+89=296 (39% of max value = 765). Red value is 129 (50.78% from 255 or 43.58% from 296); Green value is 78 (30.86% from 255 or 26.35% from 296); Blue value is 89 (35.16% from 255 or 30.07% from 296); Max value from RGB is 129 - color contains mainly: red. Hex color #814E59 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #814E59 is #7EB1A6. Grayscale: #5E5E5E. Windows color (decimal): -8303015 or 5852801. OLE color: 5852801.

HSL color Cylindrical-coordinate representation of color #814E59: hue angle of 347.06º degrees, saturation: 0.25, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #814E59 is Cyan = 0, Magento = 0.40, Yellow = 0.31 and Black (K on CMYK) = 0.49.

Color convert

RGB1297889-
CMYK00.400.310.49
HSL347.06º24.64%40.59%-
HSV(B)347.06º39.53%50.59%-
XYZ13.5810.8410.83-
YUV94.5124.9152.61-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 43.58%
GREEN value IS 78 (30.86% from 255) = 26.35%
BLUE value IS 89 (35.16% from 255) = 30.07%
R=43.58%
G=26.35%
B=30.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.31
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129788900.400.310.49347.0624.6440.59
Hex814E590281F3115b1929
Octal20111613105037615333151
Binary100000011001110101100101010001111111000110101101111001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #814E59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #814E59; }

 p { color: rgb(129,78,89); }

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

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

 a { background-color: rgb(129,78,89); }

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

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

 span { border-color: rgb(129,78,89); }

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