#82585E

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

Shades of Cannon Pink #82585E

Tints of Cannon Pink #82585E

Color information

#82585E (or 0x82585E) is unknown color: approx Cannon Pink. HEX triplet: 82, 58 and 5E. RGB value is (130,88,94). Sum of RGB (Red+Green+Blue) = 130+88+94=312 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.67% from 312); Green value is 88 (34.77% from 255 or 28.21% from 312); Blue value is 94 (37.11% from 255 or 30.13% from 312); Max value from RGB is 130 - color contains mainly: red. Hex color #82585E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82585E is #7DA7A1. Grayscale: #656565. Windows color (decimal): -8234914 or 6183042. OLE color: 6183042.

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

Color convert

RGB1308894-
CMYK00.320.280.49
HSL351.43º19.27%42.75%-
HSV(B)351.43º32.31%50.98%-
XYZ14.7212.5312.23-
YUV101.24123.91148.51-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 41.67%
GREEN value IS 88 (34.77% from 255) = 28.21%
BLUE value IS 94 (37.11% from 255) = 30.13%
R=41.67%
G=28.21%
B=30.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.28
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130889400.320.280.49351.4319.2742.75
Hex82585E0201C3115f132b
Octal20213013604034615372353
Binary100000101011000101111001000001110011000110101111110011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82585E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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