#815362

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

Shades of Cannon Pink #815362

Tints of Cannon Pink #815362

Color information

#815362 (or 0x815362) is unknown color: approx Cannon Pink. HEX triplet: 81, 53 and 62. RGB value is (129,83,98). Sum of RGB (Red+Green+Blue) = 129+83+98=310 (41% of max value = 765). Red value is 129 (50.78% from 255 or 41.61% from 310); Green value is 83 (32.81% from 255 or 26.77% from 310); Blue value is 98 (38.67% from 255 or 31.61% from 310); Max value from RGB is 129 - color contains mainly: red. Hex color #815362 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #815362 is #7EAC9D. Grayscale: #626262. Windows color (decimal): -8301726 or 6443905. OLE color: 6443905.

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

Color convert

RGB1298398-
CMYK00.360.240.49
HSL340.43º21.7%41.57%-
HSV(B)340.43º35.66%50.59%-
XYZ14.3511.7413.06-
YUV98.46127.74149.78-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 41.61%
GREEN value IS 83 (32.81% from 255) = 26.77%
BLUE value IS 98 (38.67% from 255) = 31.61%
R=41.61%
G=26.77%
B=31.61%

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
Decimal129839800.360.240.49340.4321.741.57
Hex8153620241831154162a
Octal20112314204430615242652
Binary100000011010011110001001001001100011000110101010010110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #815362

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #815362; }

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

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

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

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

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

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

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

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