#824F5F

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

Shades of Cannon Pink #824F5F

Tints of Cannon Pink #824F5F

Color information

#824F5F (or 0x824F5F) is unknown color: approx Cannon Pink. HEX triplet: 82, 4F and 5F. RGB value is (130,79,95). Sum of RGB (Red+Green+Blue) = 130+79+95=304 (40% of max value = 765). Red value is 130 (51.17% from 255 or 42.76% from 304); Green value is 79 (31.25% from 255 or 25.99% from 304); Blue value is 95 (37.5% from 255 or 31.25% from 304); Max value from RGB is 130 - color contains mainly: red. Hex color #824F5F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #824F5F is #7DB0A0. Grayscale: #606060. Windows color (decimal): -8237217 or 6246274. OLE color: 6246274.

HSL color Cylindrical-coordinate representation of color #824F5F: hue angle of 341.18º 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 #824F5F is Cyan = 0, Magento = 0.39, Yellow = 0.27 and Black (K on CMYK) = 0.49.

Color convert

RGB1307995-
CMYK00.390.270.49
HSL341.18º24.4%40.98%-
HSV(B)341.18º39.23%50.98%-
XYZ14.0711.1612.24-
YUV96.07127.4152.2-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 42.76%
GREEN value IS 79 (31.25% from 255) = 25.99%
BLUE value IS 95 (37.5% from 255) = 31.25%
R=42.76%
G=25.99%
B=31.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.27
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130799500.390.270.49341.1824.440.98
Hex824F5F0271B311551829
Octal20211713704733615253051
Binary100000101001111101111101001111101111000110101010111000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #824F5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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