#824F59

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

Shades of Cannon Pink #824F59

Tints of Cannon Pink #824F59

Color information

#824F59 (or 0x824F59) is unknown color: approx Cannon Pink. HEX triplet: 82, 4F and 59. RGB value is (130,79,89). Sum of RGB (Red+Green+Blue) = 130+79+89=298 (39% of max value = 765). Red value is 130 (51.17% from 255 or 43.62% from 298); Green value is 79 (31.25% from 255 or 26.51% from 298); Blue value is 89 (35.16% from 255 or 29.87% from 298); Max value from RGB is 130 - color contains mainly: red. Hex color #824F59 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #824F59 is #7DB0A6. Grayscale: #5F5F5F. Windows color (decimal): -8237223 or 5853058. OLE color: 5853058.

HSL color Cylindrical-coordinate representation of color #824F59: hue angle of 348.24º degrees, saturation: 0.24, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #824F59 is Cyan = 0, Magento = 0.39, Yellow = 0.32 and Black (K on CMYK) = 0.49.

Color convert

RGB1307989-
CMYK00.390.320.49
HSL348.24º24.4%40.98%-
HSV(B)348.24º39.23%50.98%-
XYZ13.8111.0610.86-
YUV95.39124.4152.69-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 43.62%
GREEN value IS 79 (31.25% from 255) = 26.51%
BLUE value IS 89 (35.16% from 255) = 29.87%
R=43.62%
G=26.51%
B=29.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.32
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130798900.390.320.49348.2424.440.98
Hex824F59027203115c1829
Octal20211713104740615343051
Binary1000001010011111011001010011110000011000110101110011000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #824F59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #824F59; }

 p { color: rgb(130,79,89); }

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

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

 a { background-color: rgb(130,79,89); }

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

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

 span { border-color: rgb(130,79,89); }

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