#82545E

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

Shades of Cannon Pink #82545E

Tints of Cannon Pink #82545E

Color information

#82545E (or 0x82545E) is unknown color: approx Cannon Pink. HEX triplet: 82, 54 and 5E. RGB value is (130,84,94). Sum of RGB (Red+Green+Blue) = 130+84+94=308 (40% of max value = 765). Red value is 130 (51.17% from 255 or 42.21% from 308); Green value is 84 (33.20% from 255 or 27.27% from 308); Blue value is 94 (37.11% from 255 or 30.52% from 308); Max value from RGB is 130 - color contains mainly: red. Hex color #82545E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82545E is #7DABA1. Grayscale: #626262. Windows color (decimal): -8235938 or 6182018. OLE color: 6182018.

HSL color Cylindrical-coordinate representation of color #82545E: hue angle of 346.96º degrees, saturation: 0.21, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #82545E is Cyan = 0, Magento = 0.35, Yellow = 0.28 and Black (K on CMYK) = 0.49.

Color convert

RGB1308494-
CMYK00.350.280.49
HSL346.96º21.5%41.96%-
HSV(B)346.96º35.38%50.98%-
XYZ14.411.8912.13-
YUV98.89125.24150.19-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 42.21%
GREEN value IS 84 (33.20% from 255) = 27.27%
BLUE value IS 94 (37.11% from 255) = 30.52%
R=42.21%
G=27.27%
B=30.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.28
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130849400.350.280.49346.9621.541.96
Hex82545E0231C3115b152a
Octal20212413604334615332552
Binary100000101010100101111001000111110011000110101101110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82545E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82545E; }

 p { color: rgb(130,84,94); }

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

<style>
 a { background-color: #82545E; }

 a { background-color: rgb(130,84,94); }

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

<style>
 span { border-color: #82545E; }

 span { border-color: rgb(130,84,94); }

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