#825363

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

Shades of Cannon Pink #825363

Tints of Cannon Pink #825363

Color information

#825363 (or 0x825363) is unknown color: approx Cannon Pink. HEX triplet: 82, 53 and 63. RGB value is (130,83,99). Sum of RGB (Red+Green+Blue) = 130+83+99=312 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.67% from 312); Green value is 83 (32.81% from 255 or 26.60% from 312); Blue value is 99 (39.06% from 255 or 31.73% from 312); Max value from RGB is 130 - color contains mainly: red. Hex color #825363 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #825363 is #7DAC9C. Grayscale: #626262. Windows color (decimal): -8236189 or 6509442. OLE color: 6509442.

HSL color Cylindrical-coordinate representation of color #825363: hue angle of 339.57º degrees, saturation: 0.22, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #825363 is Cyan = 0, Magento = 0.36, Yellow = 0.24 and Black (K on CMYK) = 0.49.

Color convert

RGB1308399-
CMYK00.360.240.49
HSL339.57º22.07%41.76%-
HSV(B)339.57º36.15%50.98%-
XYZ14.5511.8313.32-
YUV98.88128.07150.2-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 41.67%
GREEN value IS 83 (32.81% from 255) = 26.60%
BLUE value IS 99 (39.06% from 255) = 31.73%
R=41.67%
G=26.60%
B=31.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.24
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130839900.360.240.49339.5722.0741.76
Hex8253630241831154162a
Octal20212314304430615242652
Binary100000101010011110001101001001100011000110101010010110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825363

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #825363; }

 p { color: rgb(130,83,99); }

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

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

 a { background-color: rgb(130,83,99); }

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

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

 span { border-color: rgb(130,83,99); }

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