#825362

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

Shades of Cannon Pink #825362

Tints of Cannon Pink #825362

Color information

#825362 (or 0x825362) is unknown color: approx Cannon Pink. HEX triplet: 82, 53 and 62. RGB value is (130,83,98). Sum of RGB (Red+Green+Blue) = 130+83+98=311 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.80% from 311); Green value is 83 (32.81% from 255 or 26.69% from 311); Blue value is 98 (38.67% from 255 or 31.51% from 311); Max value from RGB is 130 - color contains mainly: red. Hex color #825362 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #825362 is #7DAC9D. Grayscale: #626262. Windows color (decimal): -8236190 or 6443906. OLE color: 6443906.

HSL color Cylindrical-coordinate representation of color #825362: hue angle of 340.85º 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 #825362 is Cyan = 0, Magento = 0.36, Yellow = 0.25 and Black (K on CMYK) = 0.49.

Color convert

RGB1308398-
CMYK00.360.250.49
HSL340.85º22.07%41.76%-
HSV(B)340.85º36.15%50.98%-
XYZ14.511.8113.07-
YUV98.76127.57150.28-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 41.80%
GREEN value IS 83 (32.81% from 255) = 26.69%
BLUE value IS 98 (38.67% from 255) = 31.51%
R=41.80%
G=26.69%
B=31.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.25
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130839800.360.250.49340.8522.0741.76
Hex8253620241931155162a
Octal20212314204431615252652
Binary100000101010011110001001001001100111000110101010110110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825362

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #825362; }

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

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

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

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

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

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

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

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