#83505A

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

Shades of Cannon Pink #83505A

Tints of Cannon Pink #83505A

Color information

#83505A (or 0x83505A) is unknown color: approx Cannon Pink. HEX triplet: 83, 50 and 5A. RGB value is (131,80,90). Sum of RGB (Red+Green+Blue) = 131+80+90=301 (39% of max value = 765). Red value is 131 (51.56% from 255 or 43.52% from 301); Green value is 80 (31.64% from 255 or 26.58% from 301); Blue value is 90 (35.55% from 255 or 29.90% from 301); Max value from RGB is 131 - color contains mainly: red. Hex color #83505A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #83505A is #7CAFA5. Grayscale: #606060. Windows color (decimal): -8171430 or 5918851. OLE color: 5918851.

HSL color Cylindrical-coordinate representation of color #83505A: hue angle of 348.24º degrees, saturation: 0.24, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #83505A is Cyan = 0, Magento = 0.39, Yellow = 0.31 and Black (K on CMYK) = 0.49.

Color convert

RGB1318090-
CMYK00.390.310.49
HSL348.24º24.17%41.37%-
HSV(B)348.24º38.93%51.37%-
XYZ14.0711.311.11-
YUV96.39124.4152.69-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 43.52%
GREEN value IS 80 (31.64% from 255) = 26.58%
BLUE value IS 90 (35.55% from 255) = 29.90%
R=43.52%
G=26.58%
B=29.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.31
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131809000.390.310.49348.2424.1741.37
Hex83505A0271F3115c1829
Octal20312013204737615343051
Binary100000111010000101101001001111111111000110101110011000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83505A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #83505A; }

 p { color: rgb(131,80,90); }

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

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

 a { background-color: rgb(131,80,90); }

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

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

 span { border-color: rgb(131,80,90); }

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